Html Css Color HEX #B77CDF Biloba Flower

📋 copy color: '#B77CDF'

red 183 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B77CDF

Tints of Biloba Flower #B77CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

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

R = 34.53%
G = 23.4%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77CDF (or 0xB77CDF) is known color: Biloba Flower. HEX triplet: B7, 7C and DF. RGB value is (183,124,223). Sum of RGB (Red+Green+Blue) = 183+124+223=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CDF is #488320. Grayscale: #989898. Windows color (decimal): -4752161 or 14646455. OLE color: 14646455.

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

Color convert

RGB 183 124 223 -
CMYK 0.18 0.44 0 0.13
HSL 275.76º 0.61% 0.68% -
HSV(B) 275.76º 0.44% 0.87% -
XYZ 40.06 29.81 73.45 -
YUV 152.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 183 124 223 0.18 0.44 0 0.13 275.76 0.61 0.68
Hex B7 7C DF 12 2C 0 D 114 3D 44
Octal 267 174 337 22 54 0 15 424 75 104
Binary 10110111 1111100 11011111 10010 101100 0 1101 100010100 111101 1000100

Color Harmonies of #B77CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CDF

Black with #B77CDF

Text Example


Text Example

White with #B77CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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