Html Css Color HEX #B37ADE Biloba Flower

📋 copy color: '#B37ADE'

red 179 ◦ green 122 ◦ blue 222

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

Shades of Biloba Flower #B37ADE

Tints of Biloba Flower #B37ADE

RGB

 RED value IS 179 (70.31% from 255) = 34.23%

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

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

R = 34.23%
G = 23.33%
B = 42.45%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37ADE (or 0xB37ADE) is known color: Biloba Flower. HEX triplet: B3, 7A and DE. RGB value is (179,122,222). Sum of RGB (Red+Green+Blue) = 179+122+222=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #B37ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADE is #4C8521. Grayscale: #969696. Windows color (decimal): -5014818 or 14580403. OLE color: 14580403.

HSL color Cylindrical-coordinate representation of color #B37ADE: hue angle of 274.2º 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 #B37ADE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 122 222 -
CMYK 0.19 0.45 0 0.13
HSL 274.2º 0.6% 0.67% -
HSV(B) 274.2º 0.45% 0.87% -
XYZ 38.73 28.78 72.62 -
YUV 150.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 179 122 222 0.19 0.45 0 0.13 274.2 0.6 0.67
Hex B3 7A DE 13 2D 0 D 112 3C 43
Octal 263 172 336 23 55 0 15 422 74 103
Binary 10110011 1111010 11011110 10011 101101 0 1101 100010010 111100 1000011

Color Harmonies of #B37ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ADE

Black with #B37ADE

Text Example


Text Example

White with #B37ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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