Html Css Color HEX #B77CDD Biloba Flower

📋 copy color: '#B77CDD'

red 183 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #B77CDD

Tints of Biloba Flower #B77CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 34.66%
G = 23.48%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77CDD (or 0xB77CDD) is known color: Biloba Flower. HEX triplet: B7, 7C and DD. RGB value is (183,124,221). Sum of RGB (Red+Green+Blue) = 183+124+221=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B77CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CDD is #488322. Grayscale: #989898. Windows color (decimal): -4752163 or 14515383. OLE color: 14515383.

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

Color convert

RGB 183 124 221 -
CMYK 0.17 0.44 0 0.13
HSL 276.49º 0.59% 0.68% -
HSV(B) 276.49º 0.44% 0.87% -
XYZ 39.79 29.7 72.04 -
YUV 152.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 183 124 221 0.17 0.44 0 0.13 276.49 0.59 0.68
Hex B7 7C DD 11 2C 0 D 114 3B 44
Octal 267 174 335 21 54 0 15 424 73 104
Binary 10110111 1111100 11011101 10001 101100 0 1101 100010100 111011 1000100

Color Harmonies of #B77CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77CDD

Black with #B77CDD

Text Example


Text Example

White with #B77CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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