Html Css Color HEX #B77BE2 Biloba Flower

📋 copy color: '#B77BE2'

red 183 ◦ green 123 ◦ blue 226

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

Shades of Biloba Flower #B77BE2

Tints of Biloba Flower #B77BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 34.4%
G = 23.12%
B = 42.48%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B77BE2 (or 0xB77BE2) is known color: Biloba Flower. HEX triplet: B7, 7B and E2. RGB value is (183,123,226). Sum of RGB (Red+Green+Blue) = 183+123+226=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #B77BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BE2 is #48841D. Grayscale: #989898. Windows color (decimal): -4752414 or 14842807. OLE color: 14842807.

HSL color Cylindrical-coordinate representation of color #B77BE2: hue angle of 274.95º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77BE2 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 123 226 -
CMYK 0.19 0.46 0 0.11
HSL 274.95º 0.64% 0.68% -
HSV(B) 274.95º 0.46% 0.89% -
XYZ 40.34 29.72 75.56 -
YUV 152.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 183 123 226 0.19 0.46 0 0.11 274.95 0.64 0.68
Hex B7 7B E2 13 2E 0 B 113 40 44
Octal 267 173 342 23 56 0 13 423 100 104
Binary 10110111 1111011 11100010 10011 101110 0 1011 100010011 1000000 1000100

Color Harmonies of #B77BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BE2

Black with #B77BE2

Text Example


Text Example

White with #B77BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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