Html Css Color HEX #B77DDC Biloba Flower

📋 copy color: '#B77DDC'

red 183 ◦ green 125 ◦ blue 220

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

Shades of Biloba Flower #B77DDC

Tints of Biloba Flower #B77DDC

RGB

 RED value IS 183 (71.88% from 255) = 34.66%

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 34.66%
G = 23.67%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B77DDC (or 0xB77DDC) is known color: Biloba Flower. HEX triplet: B7, 7D and DC. RGB value is (183,125,220). Sum of RGB (Red+Green+Blue) = 183+125+220=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B77DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDC is #488223. Grayscale: #989898. Windows color (decimal): -4751908 or 14450103. OLE color: 14450103.

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

Color convert

RGB 183 125 220 -
CMYK 0.17 0.43 0 0.14
HSL 276.63º 0.58% 0.68% -
HSV(B) 276.63º 0.43% 0.86% -
XYZ 39.78 29.9 71.39 -
YUV 153.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 183 125 220 0.17 0.43 0 0.14 276.63 0.58 0.68
Hex B7 7D DC 11 2B 0 E 115 3A 44
Octal 267 175 334 21 53 0 16 425 72 104
Binary 10110111 1111101 11011100 10001 101011 0 1110 100010101 111010 1000100

Color Harmonies of #B77DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DDC

Black with #B77DDC

Text Example


Text Example

White with #B77DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DDC; }

 p { color: rgb(183,125,220); }

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

background-color css

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

 a { background-color: rgb(183,125,220); }

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

border-color css

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

 span { border-color: rgb(183,125,220); }

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