Html Css Color HEX #B337DF Dark Orchid

📋 copy color: '#B337DF'

red 179 ◦ green 55 ◦ blue 223

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

Shades of Dark Orchid #B337DF

Tints of Dark Orchid #B337DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.04%

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

R = 39.17%
G = 12.04%
B = 48.8%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B337DF (or 0xB337DF) is known color: Dark Orchid. HEX triplet: B3, 37 and DF. RGB value is (179,55,223). Sum of RGB (Red+Green+Blue) = 179+55+223=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B337DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337DF is #4CC820. Grayscale: #6E6E6E. Windows color (decimal): -5031969 or 14628787. OLE color: 14628787.

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

Color convert

RGB 179 55 223 -
CMYK 0.20 0.75 0 0.13
HSL 284.29º 0.72% 0.55% -
HSV(B) 284.29º 0.75% 0.87% -
XYZ 33.28 17.64 71.46 -
YUV 111.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 179 55 223 0.20 0.75 0 0.13 284.29 0.72 0.55
Hex B3 37 DF 14 4B 0 D 11C 48 37
Octal 263 67 337 24 113 0 15 434 110 67
Binary 10110011 110111 11011111 10100 1001011 0 1101 100011100 1001000 110111

Color Harmonies of #B337DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337DF

Black with #B337DF

Text Example


Text Example

White with #B337DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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