Html Css Color HEX #B77CEE Biloba Flower

📋 copy color: '#B77CEE'

red 183 ◦ green 124 ◦ blue 238

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

Shades of Biloba Flower #B77CEE

Tints of Biloba Flower #B77CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 33.58%
G = 22.75%
B = 43.67%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B77CEE (or 0xB77CEE) is known color: Biloba Flower. HEX triplet: B7, 7C and EE. RGB value is (183,124,238). Sum of RGB (Red+Green+Blue) = 183+124+238=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #B77CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CEE is #488311. Grayscale: #9A9A9A. Windows color (decimal): -4752146 or 15629495. OLE color: 15629495.

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

Color convert

RGB 183 124 238 -
CMYK 0.23 0.48 0 0.07
HSL 271.05º 0.77% 0.71% -
HSV(B) 271.05º 0.48% 0.93% -
XYZ 42.17 30.66 84.58 -
YUV 154.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 183 124 238 0.23 0.48 0 0.07 271.05 0.77 0.71
Hex B7 7C EE 17 30 0 7 10F 4D 47
Octal 267 174 356 27 60 0 7 417 115 107
Binary 10110111 1111100 11101110 10111 110000 0 111 100001111 1001101 1000111

Color Harmonies of #B77CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CEE

Black with #B77CEE

Text Example


Text Example

White with #B77CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CEE; }

 p { color: rgb(183,124,238); }

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

background-color css

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

 a { background-color: rgb(183,124,238); }

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

border-color css

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

 span { border-color: rgb(183,124,238); }

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