Html Css Color HEX #B77EDD Biloba Flower

📋 copy color: '#B77EDD'

red 183 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #B77EDD

Tints of Biloba Flower #B77EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 34.53%
G = 23.77%
B = 41.7%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77EDD (or 0xB77EDD) is known color: Biloba Flower. HEX triplet: B7, 7E and DD. RGB value is (183,126,221). Sum of RGB (Red+Green+Blue) = 183+126+221=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77EDD is #488122. Grayscale: #999999. Windows color (decimal): -4751651 or 14515895. OLE color: 14515895.

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

Color convert

RGB 183 126 221 -
CMYK 0.17 0.43 0 0.13
HSL 276º 0.58% 0.68% -
HSV(B) 276º 0.43% 0.87% -
XYZ 40.04 30.21 72.13 -
YUV 153.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 183 126 221 0.17 0.43 0 0.13 276 0.58 0.68
Hex B7 7E DD 11 2B 0 D 114 3A 44
Octal 267 176 335 21 53 0 15 424 72 104
Binary 10110111 1111110 11011101 10001 101011 0 1101 100010100 111010 1000100

Color Harmonies of #B77EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77EDD

Black with #B77EDD

Text Example


Text Example

White with #B77EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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