Html Css Color HEX #B08FFE Biloba Flower

📋 copy color: '#B08FFE'

red 176 ◦ green 143 ◦ blue 254

#B08FFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B08FFE

Tints of Biloba Flower #B08FFE

RGB

 RED value IS 176 (69.14% from 255) = 30.72%

 GREEN value IS 143 (56.25% from 255) = 24.96%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 30.72%
G = 24.96%
B = 44.33%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B08FFE (or 0xB08FFE) is known color: Biloba Flower. HEX triplet: B0, 8F and FE. RGB value is (176,143,254). Sum of RGB (Red+Green+Blue) = 176+143+254=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B08FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FFE is #4F7001. Grayscale: #A5A5A5. Windows color (decimal): -5206018 or 16682928. OLE color: 16682928.

HSL color Cylindrical-coordinate representation of color #B08FFE: hue angle of 257.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B08FFE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 143 254 -
CMYK 0.31 0.44 0 0.00
HSL 257.84º 0.98% 0.78% -
HSV(B) 257.84º 0.44% 1% -
XYZ 45.62 36.03 98.32 -
YUV 165.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 176 143 254 0.31 0.44 0 0.00 257.84 0.98 0.78
Hex B0 8F FE 1F 2C 0 0 102 62 4E
Octal 260 217 376 37 54 0 0 402 142 116
Binary 10110000 10001111 11111110 11111 101100 0 0 100000010 1100010 1001110

Color Harmonies of #B08FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FFE

Black with #B08FFE

Text Example


Text Example

White with #B08FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FFE; }

 p { color: rgb(176,143,254); }

 H1.HeaderClassName
 {
   color: #B08FFE;
 }
 .AnyTagClassName
 {
   color: #B08FFE;
 }
</style>

background-color css

<style>
 a { background-color: #B08FFE; }

 a { background-color: rgb(176,143,254); }

 div.DivClassName
 {
   background-color: #B08FFE;
 }
 .BgClassName
 {
   background-color: #B08FFE;
 }
</style>

border-color css

<style>
 span { border-color: #B08FFE; }

 span { border-color: rgb(176,143,254); }

 td.TdClassName
 {
   border-color: #B08FFE;
 }
 .TagClassName
 {
   border-color: #B08FFE;
 }
</style>