Html Css Color HEX #B33BDD Medium Orchid

📋 copy color: '#B33BDD'

red 179 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #B33BDD

Tints of Medium Orchid #B33BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

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

R = 39%
G = 12.85%
B = 48.15%

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

#B33BDD (or 0xB33BDD) is known color: Medium Orchid. HEX triplet: B3, 3B and DD. RGB value is (179,59,221). Sum of RGB (Red+Green+Blue) = 179+59+221=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BDD is #4CC422. Grayscale: #707070. Windows color (decimal): -5030947 or 14498739. OLE color: 14498739.

HSL color Cylindrical-coordinate representation of color #B33BDD: hue angle of 284.44º 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 #B33BDD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 59 221 -
CMYK 0.19 0.73 0 0.13
HSL 284.44º 0.7% 0.55% -
HSV(B) 284.44º 0.73% 0.87% -
XYZ 33.21 17.93 70.12 -
YUV 113.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 179 59 221 0.19 0.73 0 0.13 284.44 0.7 0.55
Hex B3 3B DD 13 49 0 D 11C 46 37
Octal 263 73 335 23 111 0 15 434 106 67
Binary 10110011 111011 11011101 10011 1001001 0 1101 100011100 1000110 110111

Color Harmonies of #B33BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BDD

Black with #B33BDD

Text Example


Text Example

White with #B33BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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