Html Css Color HEX #B09BFB Biloba Flower

📋 copy color: '#B09BFB'

red 176 ◦ green 155 ◦ blue 251

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

Shades of Biloba Flower #B09BFB

Tints of Biloba Flower #B09BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.63%

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 30.24%
G = 26.63%
B = 43.13%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B09BFB (or 0xB09BFB) is known color: Biloba Flower. HEX triplet: B0, 9B and FB. RGB value is (176,155,251). Sum of RGB (Red+Green+Blue) = 176+155+251=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #B09BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFB is #4F6404. Grayscale: #ABABAB. Windows color (decimal): -5202949 or 16489392. OLE color: 16489392.

HSL color Cylindrical-coordinate representation of color #B09BFB: hue angle of 253.12º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B09BFB is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 155 251 -
CMYK 0.30 0.38 0 0.02
HSL 253.13º 0.92% 0.8% -
HSV(B) 253.13º 0.38% 0.98% -
XYZ 47.04 39.64 96.44 -
YUV 172.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 176 155 251 0.30 0.38 0 0.02 253.13 0.92 0.8
Hex B0 9B FB 1E 26 0 2 FD 5C 50
Octal 260 233 373 36 46 0 2 375 134 120
Binary 10110000 10011011 11111011 11110 100110 0 10 11111101 1011100 1010000

Color Harmonies of #B09BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BFB

Black with #B09BFB

Text Example


Text Example

White with #B09BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BFB; }

 p { color: rgb(176,155,251); }

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

background-color css

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

 a { background-color: rgb(176,155,251); }

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

border-color css

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

 span { border-color: rgb(176,155,251); }

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