Html Css Color HEX #B37ADF Biloba Flower

📋 copy color: '#B37ADF'

red 179 ◦ green 122 ◦ blue 223

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

Shades of Biloba Flower #B37ADF

Tints of Biloba Flower #B37ADF

RGB

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

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

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

R = 34.16%
G = 23.28%
B = 42.56%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B37ADF (or 0xB37ADF) is known color: Biloba Flower. HEX triplet: B3, 7A and DF. RGB value is (179,122,223). Sum of RGB (Red+Green+Blue) = 179+122+223=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37ADF is #4C8520. Grayscale: #969696. Windows color (decimal): -5014817 or 14645939. OLE color: 14645939.

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

Color convert

RGB 179 122 223 -
CMYK 0.20 0.45 0 0.13
HSL 273.86º 0.61% 0.68% -
HSV(B) 273.86º 0.45% 0.87% -
XYZ 38.87 28.83 73.33 -
YUV 150.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 179 122 223 0.20 0.45 0 0.13 273.86 0.61 0.68
Hex B3 7A DF 14 2D 0 D 112 3D 44
Octal 263 172 337 24 55 0 15 422 75 104
Binary 10110011 1111010 11011111 10100 101101 0 1101 100010010 111101 1000100

Color Harmonies of #B37ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37ADF

Black with #B37ADF

Text Example


Text Example

White with #B37ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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