Html Css Color HEX #B77EEC Biloba Flower

📋 copy color: '#B77EEC'

red 183 ◦ green 126 ◦ blue 236

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

Shades of Biloba Flower #B77EEC

Tints of Biloba Flower #B77EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 33.58%
G = 23.12%
B = 43.3%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B77EEC (or 0xB77EEC) is known color: Biloba Flower. HEX triplet: B7, 7E and EC. RGB value is (183,126,236). Sum of RGB (Red+Green+Blue) = 183+126+236=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B77EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77EEC is #488113. Grayscale: #9B9B9B. Windows color (decimal): -4751636 or 15498935. OLE color: 15498935.

HSL color Cylindrical-coordinate representation of color #B77EEC: hue angle of 271.09º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77EEC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 126 236 -
CMYK 0.22 0.47 0 0.07
HSL 271.09º 0.74% 0.71% -
HSV(B) 271.09º 0.47% 0.93% -
XYZ 42.13 31.05 83.13 -
YUV 155.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 183 126 236 0.22 0.47 0 0.07 271.09 0.74 0.71
Hex B7 7E EC 16 2F 0 7 10F 4A 47
Octal 267 176 354 26 57 0 7 417 112 107
Binary 10110111 1111110 11101100 10110 101111 0 111 100001111 1001010 1000111

Color Harmonies of #B77EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EEC

Black with #B77EEC

Text Example


Text Example

White with #B77EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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