Html Css Color HEX #B337CA Dark Orchid

📋 copy color: '#B337CA'

red 179 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #B337CA

Tints of Dark Orchid #B337CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 41.06%
G = 12.61%
B = 46.33%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B337CA (or 0xB337CA) is known color: Dark Orchid. HEX triplet: B3, 37 and CA. RGB value is (179,55,202). Sum of RGB (Red+Green+Blue) = 179+55+202=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #B337CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337CA is #4CC835. Grayscale: #6C6C6C. Windows color (decimal): -5031990 or 13252531. OLE color: 13252531.

HSL color Cylindrical-coordinate representation of color #B337CA: hue angle of 290.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B337CA is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 55 202 -
CMYK 0.11 0.73 0 0.21
HSL 290.61º 0.58% 0.5% -
HSV(B) 290.61º 0.73% 0.79% -
XYZ 30.62 16.58 57.46 -
YUV 108.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 179 55 202 0.11 0.73 0 0.21 290.61 0.58 0.5
Hex B3 37 CA B 49 0 15 123 3A 32
Octal 263 67 312 13 111 0 25 443 72 62
Binary 10110011 110111 11001010 1011 1001001 0 10101 100100011 111010 110010

Color Harmonies of #B337CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337CA

Black with #B337CA

Text Example


Text Example

White with #B337CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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