Html Css Color HEX #B37BDF Biloba Flower

📋 copy color: '#B37BDF'

red 179 ◦ green 123 ◦ blue 223

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

Shades of Biloba Flower #B37BDF

Tints of Biloba Flower #B37BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 34.1%
G = 23.43%
B = 42.48%

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

#B37BDF (or 0xB37BDF) is known color: Biloba Flower. HEX triplet: B3, 7B and DF. RGB value is (179,123,223). Sum of RGB (Red+Green+Blue) = 179+123+223=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B37BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BDF is #4C8420. Grayscale: #969696. Windows color (decimal): -5014561 or 14646195. OLE color: 14646195.

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

Color convert

RGB 179 123 223 -
CMYK 0.20 0.45 0 0.13
HSL 273.6º 0.61% 0.68% -
HSV(B) 273.6º 0.45% 0.87% -
XYZ 38.99 29.08 73.37 -
YUV 151.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 179 123 223 0.20 0.45 0 0.13 273.6 0.61 0.68
Hex B3 7B DF 14 2D 0 D 112 3D 44
Octal 263 173 337 24 55 0 15 422 75 104
Binary 10110011 1111011 11011111 10100 101101 0 1101 100010010 111101 1000100

Color Harmonies of #B37BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37BDF

Black with #B37BDF

Text Example


Text Example

White with #B37BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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