Html Css Color HEX #B08FDC Biloba Flower

📋 copy color: '#B08FDC'

red 176 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #B08FDC

Tints of Biloba Flower #B08FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 32.65%
G = 26.53%
B = 40.82%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B08FDC (or 0xB08FDC) is known color: Biloba Flower. HEX triplet: B0, 8F and DC. RGB value is (176,143,220). Sum of RGB (Red+Green+Blue) = 176+143+220=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B08FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FDC is #4F7023. Grayscale: #A1A1A1. Windows color (decimal): -5206052 or 14454704. OLE color: 14454704.

HSL color Cylindrical-coordinate representation of color #B08FDC: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08FDC is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 143 220 -
CMYK 0.2 0.35 0 0.14
HSL 265.71º 0.52% 0.71% -
HSV(B) 265.71º 0.35% 0.86% -
XYZ 40.65 34.04 72.14 -
YUV 161.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 176 143 220 0.2 0.35 0 0.14 265.71 0.52 0.71
Hex B0 8F DC 14 23 0 E 10A 34 47
Octal 260 217 334 24 43 0 16 412 64 107
Binary 10110000 10001111 11011100 10100 100011 0 1110 100001010 110100 1000111

Color Harmonies of #B08FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FDC

Black with #B08FDC

Text Example


Text Example

White with #B08FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FDC; }

 p { color: rgb(176,143,220); }

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

background-color css

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

 a { background-color: rgb(176,143,220); }

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

border-color css

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

 span { border-color: rgb(176,143,220); }

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