Html Css Color HEX #B337CF Dark Orchid

📋 copy color: '#B337CF'

red 179 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #B337CF

Tints of Dark Orchid #B337CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 40.59%
G = 12.47%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B337CF (or 0xB337CF) is known color: Dark Orchid. HEX triplet: B3, 37 and CF. RGB value is (179,55,207). Sum of RGB (Red+Green+Blue) = 179+55+207=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B337CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B337CF is #4CC830. Grayscale: #6C6C6C. Windows color (decimal): -5031985 or 13580211. OLE color: 13580211.

HSL color Cylindrical-coordinate representation of color #B337CF: hue angle of 288.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B337CF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 55 207 -
CMYK 0.14 0.73 0 0.19
HSL 288.95º 0.61% 0.51% -
HSV(B) 288.95º 0.73% 0.81% -
XYZ 31.22 16.82 60.63 -
YUV 109.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 179 55 207 0.14 0.73 0 0.19 288.95 0.61 0.51
Hex B3 37 CF E 49 0 13 121 3D 33
Octal 263 67 317 16 111 0 23 441 75 63
Binary 10110011 110111 11001111 1110 1001001 0 10011 100100001 111101 110011

Color Harmonies of #B337CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B337CF

Black with #B337CF

Text Example


Text Example

White with #B337CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B337CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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