Html Css Color HEX #B77EDE Biloba Flower

📋 copy color: '#B77EDE'

red 183 ◦ green 126 ◦ blue 222

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

Shades of Biloba Flower #B77EDE

Tints of Biloba Flower #B77EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 34.46%
G = 23.73%
B = 41.81%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77EDE (or 0xB77EDE) is known color: Biloba Flower. HEX triplet: B7, 7E and DE. RGB value is (183,126,222). Sum of RGB (Red+Green+Blue) = 183+126+222=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B77EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EDE is #488121. Grayscale: #999999. Windows color (decimal): -4751650 or 14581431. OLE color: 14581431.

HSL color Cylindrical-coordinate representation of color #B77EDE: hue angle of 275.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77EDE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 126 222 -
CMYK 0.18 0.43 0 0.13
HSL 275.63º 0.59% 0.68% -
HSV(B) 275.63º 0.43% 0.87% -
XYZ 40.17 30.26 72.83 -
YUV 153.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 183 126 222 0.18 0.43 0 0.13 275.63 0.59 0.68
Hex B7 7E DE 12 2B 0 D 114 3B 44
Octal 267 176 336 22 53 0 15 424 73 104
Binary 10110111 1111110 11011110 10010 101011 0 1101 100010100 111011 1000100

Color Harmonies of #B77EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EDE

Black with #B77EDE

Text Example


Text Example

White with #B77EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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