Html Css Color HEX #B77CEF Biloba Flower

📋 copy color: '#B77CEF'

red 183 ◦ green 124 ◦ blue 239

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

Shades of Biloba Flower #B77CEF

Tints of Biloba Flower #B77CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 33.52%
G = 22.71%
B = 43.77%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B77CEF (or 0xB77CEF) is known color: Biloba Flower. HEX triplet: B7, 7C and EF. RGB value is (183,124,239). Sum of RGB (Red+Green+Blue) = 183+124+239=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #B77CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77CEF is #488310. Grayscale: #9A9A9A. Windows color (decimal): -4752145 or 15695031. OLE color: 15695031.

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

Color convert

RGB 183 124 239 -
CMYK 0.23 0.48 0 0.06
HSL 270.78º 0.78% 0.71% -
HSV(B) 270.78º 0.48% 0.94% -
XYZ 42.32 30.71 85.36 -
YUV 154.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 183 124 239 0.23 0.48 0 0.06 270.78 0.78 0.71
Hex B7 7C EF 17 30 0 6 10F 4E 47
Octal 267 174 357 27 60 0 6 417 116 107
Binary 10110111 1111100 11101111 10111 110000 0 110 100001111 1001110 1000111

Color Harmonies of #B77CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CEF

Black with #B77CEF

Text Example


Text Example

White with #B77CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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