Html Css Color HEX #B08CFC Biloba Flower

📋 copy color: '#B08CFC'

red 176 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B08CFC

Tints of Biloba Flower #B08CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

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

R = 30.99%
G = 24.65%
B = 44.37%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B08CFC (or 0xB08CFC) is known color: Biloba Flower. HEX triplet: B0, 8C and FC. RGB value is (176,140,252). Sum of RGB (Red+Green+Blue) = 176+140+252=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B08CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CFC is #4F7303. Grayscale: #A3A3A3. Windows color (decimal): -5206788 or 16551088. OLE color: 16551088.

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

Color convert

RGB 176 140 252 -
CMYK 0.30 0.44 0 0.01
HSL 259.29º 0.95% 0.77% -
HSV(B) 259.29º 0.44% 0.99% -
XYZ 44.85 35.01 96.49 -
YUV 163.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 176 140 252 0.30 0.44 0 0.01 259.29 0.95 0.77
Hex B0 8C FC 1E 2C 0 1 103 5F 4D
Octal 260 214 374 36 54 0 1 403 137 115
Binary 10110000 10001100 11111100 11110 101100 0 1 100000011 1011111 1001101

Color Harmonies of #B08CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CFC

Black with #B08CFC

Text Example


Text Example

White with #B08CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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