Html Css Color HEX #B77FF2 Biloba Flower

📋 copy color: '#B77FF2'

red 183 ◦ green 127 ◦ blue 242

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

Shades of Biloba Flower #B77FF2

Tints of Biloba Flower #B77FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 33.15%
G = 23.01%
B = 43.84%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B77FF2 (or 0xB77FF2) is known color: Biloba Flower. HEX triplet: B7, 7F and F2. RGB value is (183,127,242). Sum of RGB (Red+Green+Blue) = 183+127+242=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #B77FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FF2 is #48800D. Grayscale: #9C9C9C. Windows color (decimal): -4751374 or 15892407. OLE color: 15892407.

HSL color Cylindrical-coordinate representation of color #B77FF2: hue angle of 269.22º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B77FF2 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 127 242 -
CMYK 0.24 0.48 0 0.05
HSL 269.22º 0.82% 0.72% -
HSV(B) 269.22º 0.48% 0.95% -
XYZ 43.14 31.66 87.84 -
YUV 156.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 183 127 242 0.24 0.48 0 0.05 269.22 0.82 0.72
Hex B7 7F F2 18 30 0 5 10D 52 48
Octal 267 177 362 30 60 0 5 415 122 110
Binary 10110111 1111111 11110010 11000 110000 0 101 100001101 1010010 1001000

Color Harmonies of #B77FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FF2

Black with #B77FF2

Text Example


Text Example

White with #B77FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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