Html Css Color HEX #B77FFA Biloba Flower

📋 copy color: '#B77FFA'

red 183 ◦ green 127 ◦ blue 250

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

Shades of Biloba Flower #B77FFA

Tints of Biloba Flower #B77FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 32.68%
G = 22.68%
B = 44.64%

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

#B77FFA (or 0xB77FFA) is known color: Biloba Flower. HEX triplet: B7, 7F and FA. RGB value is (183,127,250). Sum of RGB (Red+Green+Blue) = 183+127+250=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B77FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77FFA is #488005. Grayscale: #9D9D9D. Windows color (decimal): -4751366 or 16416695. OLE color: 16416695.

HSL color Cylindrical-coordinate representation of color #B77FFA: hue angle of 267.32º degrees, saturation: 0.92, 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 #B77FFA is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 127 250 -
CMYK 0.27 0.49 0 0.02
HSL 267.32º 0.92% 0.74% -
HSV(B) 267.32º 0.49% 0.98% -
XYZ 44.37 32.15 94.31 -
YUV 157.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 183 127 250 0.27 0.49 0 0.02 267.32 0.92 0.74
Hex B7 7F FA 1B 31 0 2 10B 5C 4A
Octal 267 177 372 33 61 0 2 413 134 112
Binary 10110111 1111111 11111010 11011 110001 0 10 100001011 1011100 1001010

Color Harmonies of #B77FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FFA

Black with #B77FFA

Text Example


Text Example

White with #B77FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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