Html Css Color HEX #B77CE0 Biloba Flower

📋 copy color: '#B77CE0'

red 183 ◦ green 124 ◦ blue 224

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

Shades of Biloba Flower #B77CE0

Tints of Biloba Flower #B77CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.18%

R = 34.46%
G = 23.35%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B77CE0 (or 0xB77CE0) is known color: Biloba Flower. HEX triplet: B7, 7C and E0. RGB value is (183,124,224). Sum of RGB (Red+Green+Blue) = 183+124+224=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #B77CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CE0 is #48831F. Grayscale: #989898. Windows color (decimal): -4752160 or 14711991. OLE color: 14711991.

HSL color Cylindrical-coordinate representation of color #B77CE0: hue angle of 275.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77CE0 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 124 224 -
CMYK 0.18 0.45 0 0.12
HSL 275.4º 0.62% 0.68% -
HSV(B) 275.4º 0.45% 0.88% -
XYZ 40.19 29.86 74.17 -
YUV 153.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 183 124 224 0.18 0.45 0 0.12 275.4 0.62 0.68
Hex B7 7C E0 12 2D 0 C 113 3E 44
Octal 267 174 340 22 55 0 14 423 76 104
Binary 10110111 1111100 11100000 10010 101101 0 1100 100010011 111110 1000100

Color Harmonies of #B77CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CE0

Black with #B77CE0

Text Example


Text Example

White with #B77CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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