Html Css Color HEX #B07CDB Biloba Flower

📋 copy color: '#B07CDB'

red 176 ◦ green 124 ◦ blue 219

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

Shades of Biloba Flower #B07CDB

Tints of Biloba Flower #B07CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 33.91%
G = 23.89%
B = 42.2%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B07CDB (or 0xB07CDB) is known color: Biloba Flower. HEX triplet: B0, 7C and DB. RGB value is (176,124,219). Sum of RGB (Red+Green+Blue) = 176+124+219=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B07CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07CDB is #4F8324. Grayscale: #969696. Windows color (decimal): -5210917 or 14384304. OLE color: 14384304.

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

Color convert

RGB 176 124 219 -
CMYK 0.20 0.43 0 0.14
HSL 272.84º 0.57% 0.67% -
HSV(B) 272.84º 0.43% 0.86% -
XYZ 37.9 28.76 70.57 -
YUV 150.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 176 124 219 0.20 0.43 0 0.14 272.84 0.57 0.67
Hex B0 7C DB 14 2B 0 E 111 39 43
Octal 260 174 333 24 53 0 16 421 71 103
Binary 10110000 1111100 11011011 10100 101011 0 1110 100010001 111001 1000011

Color Harmonies of #B07CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07CDB

Black with #B07CDB

Text Example


Text Example

White with #B07CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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