Html Css Color HEX #B77DDF Biloba Flower

📋 copy color: '#B77DDF'

red 183 ◦ green 125 ◦ blue 223

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

Shades of Biloba Flower #B77DDF

Tints of Biloba Flower #B77DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

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

R = 34.46%
G = 23.54%
B = 42%

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

#B77DDF (or 0xB77DDF) is known color: Biloba Flower. HEX triplet: B7, 7D and DF. RGB value is (183,125,223). Sum of RGB (Red+Green+Blue) = 183+125+223=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B77DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DDF is #488220. Grayscale: #999999. Windows color (decimal): -4751905 or 14646711. OLE color: 14646711.

HSL color Cylindrical-coordinate representation of color #B77DDF: hue angle of 275.51º degrees, saturation: 0.6, 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 #B77DDF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 125 223 -
CMYK 0.18 0.44 0 0.13
HSL 275.51º 0.6% 0.68% -
HSV(B) 275.51º 0.44% 0.87% -
XYZ 40.18 30.06 73.5 -
YUV 153.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 183 125 223 0.18 0.44 0 0.13 275.51 0.6 0.68
Hex B7 7D DF 12 2C 0 D 114 3C 44
Octal 267 175 337 22 54 0 15 424 74 104
Binary 10110111 1111101 11011111 10010 101100 0 1101 100010100 111100 1000100

Color Harmonies of #B77DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77DDF

Black with #B77DDF

Text Example


Text Example

White with #B77DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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