Html Css Color HEX #B77FDF Biloba Flower

📋 copy color: '#B77FDF'

red 183 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B77FDF

Tints of Biloba Flower #B77FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 34.33%
G = 23.83%
B = 41.84%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77FDF (or 0xB77FDF) is known color: Biloba Flower. HEX triplet: B7, 7F and DF. RGB value is (183,127,223). Sum of RGB (Red+Green+Blue) = 183+127+223=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FDF is #488020. Grayscale: #9A9A9A. Windows color (decimal): -4751393 or 14647223. OLE color: 14647223.

HSL color Cylindrical-coordinate representation of color #B77FDF: hue angle of 275º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77FDF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 127 223 -
CMYK 0.18 0.43 0 0.13
HSL 275º 0.6% 0.69% -
HSV(B) 275º 0.43% 0.87% -
XYZ 40.44 30.57 73.58 -
YUV 154.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 183 127 223 0.18 0.43 0 0.13 275 0.6 0.69
Hex B7 7F DF 12 2B 0 D 113 3C 45
Octal 267 177 337 22 53 0 15 423 74 105
Binary 10110111 1111111 11011111 10010 101011 0 1101 100010011 111100 1000101

Color Harmonies of #B77FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77FDF

Black with #B77FDF

Text Example


Text Example

White with #B77FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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