Html Css Color HEX #B77ADE Biloba Flower

📋 copy color: '#B77ADE'

red 183 ◦ green 122 ◦ blue 222

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

Shades of Biloba Flower #B77ADE

Tints of Biloba Flower #B77ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.15%

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 34.72%
G = 23.15%
B = 42.13%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B77ADE (or 0xB77ADE) is known color: Biloba Flower. HEX triplet: B7, 7A and DE. RGB value is (183,122,222). Sum of RGB (Red+Green+Blue) = 183+122+222=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #B77ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ADE is #488521. Grayscale: #979797. Windows color (decimal): -4752674 or 14580407. OLE color: 14580407.

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

Color convert

RGB 183 122 222 -
CMYK 0.18 0.45 0 0.13
HSL 276.6º 0.6% 0.67% -
HSV(B) 276.6º 0.45% 0.87% -
XYZ 39.67 29.26 72.66 -
YUV 151.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 183 122 222 0.18 0.45 0 0.13 276.6 0.6 0.67
Hex B7 7A DE 12 2D 0 D 115 3C 43
Octal 267 172 336 22 55 0 15 425 74 103
Binary 10110111 1111010 11011110 10010 101101 0 1101 100010101 111100 1000011

Color Harmonies of #B77ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77ADE

Black with #B77ADE

Text Example


Text Example

White with #B77ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77ADE; }

 p { color: rgb(183,122,222); }

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

background-color css

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

 a { background-color: rgb(183,122,222); }

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

border-color css

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

 span { border-color: rgb(183,122,222); }

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