Html Css Color HEX #B07CDC Biloba Flower

📋 copy color: '#B07CDC'

red 176 ◦ green 124 ◦ blue 220

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

Shades of Biloba Flower #B07CDC

Tints of Biloba Flower #B07CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

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

R = 33.85%
G = 23.85%
B = 42.31%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07CDC (or 0xB07CDC) is known color: Biloba Flower. HEX triplet: B0, 7C and DC. RGB value is (176,124,220). Sum of RGB (Red+Green+Blue) = 176+124+220=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CDC is #4F8323. Grayscale: #969696. Windows color (decimal): -5210916 or 14449840. OLE color: 14449840.

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

Color convert

RGB 176 124 220 -
CMYK 0.2 0.44 0 0.14
HSL 272.5º 0.58% 0.67% -
HSV(B) 272.5º 0.44% 0.86% -
XYZ 38.03 28.81 71.27 -
YUV 150.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 176 124 220 0.2 0.44 0 0.14 272.5 0.58 0.67
Hex B0 7C DC 14 2C 0 E 110 3A 43
Octal 260 174 334 24 54 0 16 420 72 103
Binary 10110000 1111100 11011100 10100 101100 0 1110 100010000 111010 1000011

Color Harmonies of #B07CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CDC

Black with #B07CDC

Text Example


Text Example

White with #B07CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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