Html Css Color HEX #B08CCF Biloba Flower

📋 copy color: '#B08CCF'

red 176 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #B08CCF

Tints of Biloba Flower #B08CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 33.65%
G = 26.77%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B08CCF (or 0xB08CCF) is known color: Biloba Flower. HEX triplet: B0, 8C and CF. RGB value is (176,140,207). Sum of RGB (Red+Green+Blue) = 176+140+207=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B08CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CCF is #4F7330. Grayscale: #9E9E9E. Windows color (decimal): -5206833 or 13601968. OLE color: 13601968.

HSL color Cylindrical-coordinate representation of color #B08CCF: hue angle of 272.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08CCF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 140 207 -
CMYK 0.15 0.32 0 0.19
HSL 272.24º 0.41% 0.68% -
HSV(B) 272.24º 0.32% 0.81% -
XYZ 38.55 32.49 63.27 -
YUV 158.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 176 140 207 0.15 0.32 0 0.19 272.24 0.41 0.68
Hex B0 8C CF F 20 0 13 110 29 44
Octal 260 214 317 17 40 0 23 420 51 104
Binary 10110000 10001100 11001111 1111 100000 0 10011 100010000 101001 1000100

Color Harmonies of #B08CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CCF

Black with #B08CCF

Text Example


Text Example

White with #B08CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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