Html Css Color HEX #B77FEF Biloba Flower

📋 copy color: '#B77FEF'

red 183 ◦ green 127 ◦ blue 239

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

Shades of Biloba Flower #B77FEF

Tints of Biloba Flower #B77FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 33.33%
G = 23.13%
B = 43.53%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B77FEF (or 0xB77FEF) is known color: Biloba Flower. HEX triplet: B7, 7F and EF. RGB value is (183,127,239). Sum of RGB (Red+Green+Blue) = 183+127+239=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #B77FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FEF is #488010. Grayscale: #9C9C9C. Windows color (decimal): -4751377 or 15695799. OLE color: 15695799.

HSL color Cylindrical-coordinate representation of color #B77FEF: hue angle of 270º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B77FEF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 127 239 -
CMYK 0.23 0.47 0 0.06
HSL 270º 0.78% 0.72% -
HSV(B) 270º 0.47% 0.94% -
XYZ 42.7 31.48 85.49 -
YUV 156.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 183 127 239 0.23 0.47 0 0.06 270 0.78 0.72
Hex B7 7F EF 17 2F 0 6 10E 4E 48
Octal 267 177 357 27 57 0 6 416 116 110
Binary 10110111 1111111 11101111 10111 101111 0 110 100001110 1001110 1001000

Color Harmonies of #B77FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FEF

Black with #B77FEF

Text Example


Text Example

White with #B77FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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