Html Css Color HEX #B33ECB Medium Orchid

📋 copy color: '#B33ECB'

red 179 ◦ green 62 ◦ blue 203

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

Shades of Medium Orchid #B33ECB

Tints of Medium Orchid #B33ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.96%

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

R = 40.32%
G = 13.96%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33ECB (or 0xB33ECB) is known color: Medium Orchid. HEX triplet: B3, 3E and CB. RGB value is (179,62,203). Sum of RGB (Red+Green+Blue) = 179+62+203=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B33ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ECB is #4CC134. Grayscale: #707070. Windows color (decimal): -5030197 or 13319859. OLE color: 13319859.

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

Color convert

RGB 179 62 203 -
CMYK 0.12 0.69 0 0.20
HSL 289.79º 0.58% 0.52% -
HSV(B) 289.79º 0.69% 0.8% -
XYZ 31.09 17.34 58.21 -
YUV 113.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 179 62 203 0.12 0.69 0 0.20 289.79 0.58 0.52
Hex B3 3E CB C 45 0 14 122 3A 34
Octal 263 76 313 14 105 0 24 442 72 64
Binary 10110011 111110 11001011 1100 1000101 0 10100 100100010 111010 110100

Color Harmonies of #B33ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33ECB

Black with #B33ECB

Text Example


Text Example

White with #B33ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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