Html Css Color HEX #B77EDC Biloba Flower

📋 copy color: '#B77EDC'

red 183 ◦ green 126 ◦ blue 220

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

Shades of Biloba Flower #B77EDC

Tints of Biloba Flower #B77EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

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

R = 34.59%
G = 23.82%
B = 41.59%

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

#B77EDC (or 0xB77EDC) is known color: Biloba Flower. HEX triplet: B7, 7E and DC. RGB value is (183,126,220). Sum of RGB (Red+Green+Blue) = 183+126+220=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B77EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EDC is #488123. Grayscale: #999999. Windows color (decimal): -4751652 or 14450359. OLE color: 14450359.

HSL color Cylindrical-coordinate representation of color #B77EDC: hue angle of 276.38º degrees, saturation: 0.57, 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 #B77EDC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 126 220 -
CMYK 0.17 0.43 0 0.14
HSL 276.38º 0.57% 0.68% -
HSV(B) 276.38º 0.43% 0.86% -
XYZ 39.91 30.16 71.43 -
YUV 153.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 183 126 220 0.17 0.43 0 0.14 276.38 0.57 0.68
Hex B7 7E DC 11 2B 0 E 114 39 44
Octal 267 176 334 21 53 0 16 424 71 104
Binary 10110111 1111110 11011100 10001 101011 0 1110 100010100 111001 1000100

Color Harmonies of #B77EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EDC

Black with #B77EDC

Text Example


Text Example

White with #B77EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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