Html Css Color HEX #B337D3 Dark Orchid

📋 copy color: '#B337D3'

red 179 ◦ green 55 ◦ blue 211

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

Shades of Dark Orchid #B337D3

Tints of Dark Orchid #B337D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.42%

R = 40.22%
G = 12.36%
B = 47.42%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B337D3 (or 0xB337D3) is known color: Dark Orchid. HEX triplet: B3, 37 and D3. RGB value is (179,55,211). Sum of RGB (Red+Green+Blue) = 179+55+211=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 211 - color contains mainly: blue. Hex color #B337D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337D3 is #4CC82C. Grayscale: #6D6D6D. Windows color (decimal): -5031981 or 13842355. OLE color: 13842355.

HSL color Cylindrical-coordinate representation of color #B337D3: hue angle of 287.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B337D3 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 55 211 -
CMYK 0.15 0.74 0 0.17
HSL 287.69º 0.64% 0.52% -
HSV(B) 287.69º 0.74% 0.83% -
XYZ 31.71 17.02 63.24 -
YUV 109.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 179 55 211 0.15 0.74 0 0.17 287.69 0.64 0.52
Hex B3 37 D3 F 4A 0 11 120 40 34
Octal 263 67 323 17 112 0 21 440 100 64
Binary 10110011 110111 11010011 1111 1001010 0 10001 100100000 1000000 110100

Color Harmonies of #B337D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337D3

Black with #B337D3

Text Example


Text Example

White with #B337D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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