Html Css Color HEX #B33DCF Medium Orchid

📋 copy color: '#B33DCF'

red 179 ◦ green 61 ◦ blue 207

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

Shades of Medium Orchid #B33DCF

Tints of Medium Orchid #B33DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

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

R = 40.04%
G = 13.65%
B = 46.31%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B33DCF (or 0xB33DCF) is known color: Medium Orchid. HEX triplet: B3, 3D and CF. RGB value is (179,61,207). Sum of RGB (Red+Green+Blue) = 179+61+207=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B33DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DCF is #4CC230. Grayscale: #707070. Windows color (decimal): -5030449 or 13581747. OLE color: 13581747.

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

Color convert

RGB 179 61 207 -
CMYK 0.14 0.71 0 0.19
HSL 288.49º 0.6% 0.53% -
HSV(B) 288.49º 0.71% 0.81% -
XYZ 31.52 17.43 60.73 -
YUV 112.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 179 61 207 0.14 0.71 0 0.19 288.49 0.6 0.53
Hex B3 3D CF E 47 0 13 120 3C 35
Octal 263 75 317 16 107 0 23 440 74 65
Binary 10110011 111101 11001111 1110 1000111 0 10011 100100000 111100 110101

Color Harmonies of #B33DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DCF

Black with #B33DCF

Text Example


Text Example

White with #B33DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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