Html Css Color HEX #B77BEF Biloba Flower

📋 copy color: '#B77BEF'

red 183 ◦ green 123 ◦ blue 239

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

Shades of Biloba Flower #B77BEF

Tints of Biloba Flower #B77BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 33.58%
G = 22.57%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B77BEF (or 0xB77BEF) is known color: Biloba Flower. HEX triplet: B7, 7B and EF. RGB value is (183,123,239). Sum of RGB (Red+Green+Blue) = 183+123+239=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #B77BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BEF is #488410. Grayscale: #999999. Windows color (decimal): -4752401 or 15694775. OLE color: 15694775.

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

Color convert

RGB 183 123 239 -
CMYK 0.23 0.49 0 0.06
HSL 271.03º 0.78% 0.71% -
HSV(B) 271.03º 0.49% 0.94% -
XYZ 42.19 30.47 85.32 -
YUV 154.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 183 123 239 0.23 0.49 0 0.06 271.03 0.78 0.71
Hex B7 7B EF 17 31 0 6 10F 4E 47
Octal 267 173 357 27 61 0 6 417 116 107
Binary 10110111 1111011 11101111 10111 110001 0 110 100001111 1001110 1000111

Color Harmonies of #B77BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BEF

Black with #B77BEF

Text Example


Text Example

White with #B77BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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