Html Css Color HEX #B33DCB Medium Orchid

📋 copy color: '#B33DCB'

red 179 ◦ green 61 ◦ blue 203

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

Shades of Medium Orchid #B33DCB

Tints of Medium Orchid #B33DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 40.41%
G = 13.77%
B = 45.82%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33DCB (or 0xB33DCB) is known color: Medium Orchid. HEX triplet: B3, 3D and CB. RGB value is (179,61,203). Sum of RGB (Red+Green+Blue) = 179+61+203=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B33DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DCB is #4CC234. Grayscale: #707070. Windows color (decimal): -5030453 or 13319603. OLE color: 13319603.

HSL color Cylindrical-coordinate representation of color #B33DCB: hue angle of 289.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33DCB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 61 203 -
CMYK 0.12 0.70 0 0.20
HSL 289.86º 0.58% 0.52% -
HSV(B) 289.86º 0.7% 0.8% -
XYZ 31.04 17.23 58.19 -
YUV 112.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 179 61 203 0.12 0.70 0 0.20 289.86 0.58 0.52
Hex B3 3D CB C 46 0 14 122 3A 34
Octal 263 75 313 14 106 0 24 442 72 64
Binary 10110011 111101 11001011 1100 1000110 0 10100 100100010 111010 110100

Color Harmonies of #B33DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33DCB

Black with #B33DCB

Text Example


Text Example

White with #B33DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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