Html Css Color HEX #B08BFE Biloba Flower

📋 copy color: '#B08BFE'

red 176 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B08BFE

Tints of Biloba Flower #B08BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.43%

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

R = 30.93%
G = 24.43%
B = 44.64%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B08BFE (or 0xB08BFE) is known color: Biloba Flower. HEX triplet: B0, 8B and FE. RGB value is (176,139,254). Sum of RGB (Red+Green+Blue) = 176+139+254=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B08BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BFE is #4F7401. Grayscale: #A2A2A2. Windows color (decimal): -5207042 or 16681904. OLE color: 16681904.

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

Color convert

RGB 176 139 254 -
CMYK 0.31 0.45 0 0.00
HSL 259.3º 0.98% 0.77% -
HSV(B) 259.3º 0.45% 1% -
XYZ 45.03 34.85 98.12 -
YUV 163.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 176 139 254 0.31 0.45 0 0.00 259.3 0.98 0.77
Hex B0 8B FE 1F 2D 0 0 103 62 4D
Octal 260 213 376 37 55 0 0 403 142 115
Binary 10110000 10001011 11111110 11111 101101 0 0 100000011 1100010 1001101

Color Harmonies of #B08BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BFE

Black with #B08BFE

Text Example


Text Example

White with #B08BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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