Html Css Color HEX #B33CDD Medium Orchid

📋 copy color: '#B33CDD'

red 179 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B33CDD

Tints of Medium Orchid #B33CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.04%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 38.91%
G = 13.04%
B = 48.04%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B33CDD (or 0xB33CDD) is known color: Medium Orchid. HEX triplet: B3, 3C and DD. RGB value is (179,60,221). Sum of RGB (Red+Green+Blue) = 179+60+221=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CDD is #4CC322. Grayscale: #717171. Windows color (decimal): -5030691 or 14498995. OLE color: 14498995.

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

Color convert

RGB 179 60 221 -
CMYK 0.19 0.73 0 0.13
HSL 284.35º 0.7% 0.55% -
HSV(B) 284.35º 0.73% 0.87% -
XYZ 33.26 18.04 70.14 -
YUV 113.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 179 60 221 0.19 0.73 0 0.13 284.35 0.7 0.55
Hex B3 3C DD 13 49 0 D 11C 46 37
Octal 263 74 335 23 111 0 15 434 106 67
Binary 10110011 111100 11011101 10011 1001001 0 1101 100011100 1000110 110111

Color Harmonies of #B33CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CDD

Black with #B33CDD

Text Example


Text Example

White with #B33CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CDD; }

 p { color: rgb(179,60,221); }

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

background-color css

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

 a { background-color: rgb(179,60,221); }

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

border-color css

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

 span { border-color: rgb(179,60,221); }

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