Html Css Color HEX #B77FFB Biloba Flower

📋 copy color: '#B77FFB'

red 183 ◦ green 127 ◦ blue 251

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

Shades of Biloba Flower #B77FFB

Tints of Biloba Flower #B77FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 32.62%
G = 22.64%
B = 44.74%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B77FFB (or 0xB77FFB) is known color: Biloba Flower. HEX triplet: B7, 7F and FB. RGB value is (183,127,251). Sum of RGB (Red+Green+Blue) = 183+127+251=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #B77FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FFB is #488004. Grayscale: #9D9D9D. Windows color (decimal): -4751365 or 16482231. OLE color: 16482231.

HSL color Cylindrical-coordinate representation of color #B77FFB: hue angle of 267.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77FFB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 127 251 -
CMYK 0.27 0.49 0 0.02
HSL 267.1º 0.94% 0.74% -
HSV(B) 267.1º 0.49% 0.98% -
XYZ 44.53 32.21 95.14 -
YUV 157.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 183 127 251 0.27 0.49 0 0.02 267.1 0.94 0.74
Hex B7 7F FB 1B 31 0 2 10B 5E 4A
Octal 267 177 373 33 61 0 2 413 136 112
Binary 10110111 1111111 11111011 11011 110001 0 10 100001011 1011110 1001010

Color Harmonies of #B77FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FFB

Black with #B77FFB

Text Example


Text Example

White with #B77FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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