Html Css Color HEX #B77FED Biloba Flower

📋 copy color: '#B77FED'

red 183 ◦ green 127 ◦ blue 237

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

Shades of Biloba Flower #B77FED

Tints of Biloba Flower #B77FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 33.46%
G = 23.22%
B = 43.33%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B77FED (or 0xB77FED) is known color: Biloba Flower. HEX triplet: B7, 7F and ED. RGB value is (183,127,237). Sum of RGB (Red+Green+Blue) = 183+127+237=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B77FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FED is #488012. Grayscale: #9B9B9B. Windows color (decimal): -4751379 or 15564727. OLE color: 15564727.

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

Color convert

RGB 183 127 237 -
CMYK 0.23 0.46 0 0.07
HSL 270.55º 0.75% 0.71% -
HSV(B) 270.55º 0.46% 0.93% -
XYZ 42.4 31.36 83.94 -
YUV 156.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 183 127 237 0.23 0.46 0 0.07 270.55 0.75 0.71
Hex B7 7F ED 17 2E 0 7 10F 4B 47
Octal 267 177 355 27 56 0 7 417 113 107
Binary 10110111 1111111 11101101 10111 101110 0 111 100001111 1001011 1000111

Color Harmonies of #B77FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FED

Black with #B77FED

Text Example


Text Example

White with #B77FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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