Html Css Color HEX #B09BFC Biloba Flower

📋 copy color: '#B09BFC'

red 176 ◦ green 155 ◦ blue 252

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

Shades of Biloba Flower #B09BFC

Tints of Biloba Flower #B09BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 30.19%
G = 26.59%
B = 43.22%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B09BFC (or 0xB09BFC) is known color: Biloba Flower. HEX triplet: B0, 9B and FC. RGB value is (176,155,252). Sum of RGB (Red+Green+Blue) = 176+155+252=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #B09BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BFC is #4F6403. Grayscale: #ABABAB. Windows color (decimal): -5202948 or 16554928. OLE color: 16554928.

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

Color convert

RGB 176 155 252 -
CMYK 0.30 0.38 0 0.01
HSL 252.99º 0.94% 0.8% -
HSV(B) 252.99º 0.38% 0.99% -
XYZ 47.2 39.7 97.27 -
YUV 172.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 176 155 252 0.30 0.38 0 0.01 252.99 0.94 0.8
Hex B0 9B FC 1E 26 0 1 FD 5E 50
Octal 260 233 374 36 46 0 1 375 136 120
Binary 10110000 10011011 11111100 11110 100110 0 1 11111101 1011110 1010000

Color Harmonies of #B09BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BFC

Black with #B09BFC

Text Example


Text Example

White with #B09BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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