Html Css Color HEX #B77FDE Biloba Flower

📋 copy color: '#B77FDE'

red 183 ◦ green 127 ◦ blue 222

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

Shades of Biloba Flower #B77FDE

Tints of Biloba Flower #B77FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.87%

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

R = 34.4%
G = 23.87%
B = 41.73%

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

#B77FDE (or 0xB77FDE) is known color: Biloba Flower. HEX triplet: B7, 7F and DE. RGB value is (183,127,222). Sum of RGB (Red+Green+Blue) = 183+127+222=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #B77FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FDE is #488021. Grayscale: #9A9A9A. Windows color (decimal): -4751394 or 14581687. OLE color: 14581687.

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

Color convert

RGB 183 127 222 -
CMYK 0.18 0.43 0 0.13
HSL 275.37º 0.59% 0.68% -
HSV(B) 275.37º 0.43% 0.87% -
XYZ 40.3 30.52 72.87 -
YUV 154.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 183 127 222 0.18 0.43 0 0.13 275.37 0.59 0.68
Hex B7 7F DE 12 2B 0 D 113 3B 44
Octal 267 177 336 22 53 0 15 423 73 104
Binary 10110111 1111111 11011110 10010 101011 0 1101 100010011 111011 1000100

Color Harmonies of #B77FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FDE

Black with #B77FDE

Text Example


Text Example

White with #B77FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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