Html Css Color HEX #B07BDC Biloba Flower

📋 copy color: '#B07BDC'

red 176 ◦ green 123 ◦ blue 220

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

Shades of Biloba Flower #B07BDC

Tints of Biloba Flower #B07BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

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

R = 33.91%
G = 23.7%
B = 42.39%

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

#B07BDC (or 0xB07BDC) is known color: Biloba Flower. HEX triplet: B0, 7B and DC. RGB value is (176,123,220). Sum of RGB (Red+Green+Blue) = 176+123+220=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B07BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BDC is #4F8423. Grayscale: #959595. Windows color (decimal): -5211172 or 14449584. OLE color: 14449584.

HSL color Cylindrical-coordinate representation of color #B07BDC: hue angle of 272.78º 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 #B07BDC is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 123 220 -
CMYK 0.2 0.44 0 0.14
HSL 272.78º 0.58% 0.67% -
HSV(B) 272.78º 0.44% 0.86% -
XYZ 37.91 28.56 71.23 -
YUV 149.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 176 123 220 0.2 0.44 0 0.14 272.78 0.58 0.67
Hex B0 7B DC 14 2C 0 E 111 3A 43
Octal 260 173 334 24 54 0 16 421 72 103
Binary 10110000 1111011 11011100 10100 101100 0 1110 100010001 111010 1000011

Color Harmonies of #B07BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07BDC

Black with #B07BDC

Text Example


Text Example

White with #B07BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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