Html Css Color HEX #B33CE1 Medium Orchid

📋 copy color: '#B33CE1'

red 179 ◦ green 60 ◦ blue 225

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

Shades of Medium Orchid #B33CE1

Tints of Medium Orchid #B33CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.49%

R = 38.58%
G = 12.93%
B = 48.49%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B33CE1 (or 0xB33CE1) is known color: Medium Orchid. HEX triplet: B3, 3C and E1. RGB value is (179,60,225). Sum of RGB (Red+Green+Blue) = 179+60+225=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #B33CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CE1 is #4CC31E. Grayscale: #717171. Windows color (decimal): -5030687 or 14761139. OLE color: 14761139.

HSL color Cylindrical-coordinate representation of color #B33CE1: hue angle of 283.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33CE1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 60 225 -
CMYK 0.20 0.73 0 0.12
HSL 283.27º 0.73% 0.56% -
HSV(B) 283.27º 0.73% 0.88% -
XYZ 33.8 18.25 72.98 -
YUV 114.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 179 60 225 0.20 0.73 0 0.12 283.27 0.73 0.56
Hex B3 3C E1 14 49 0 C 11B 49 38
Octal 263 74 341 24 111 0 14 433 111 70
Binary 10110011 111100 11100001 10100 1001001 0 1100 100011011 1001001 111000

Color Harmonies of #B33CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CE1

Black with #B33CE1

Text Example


Text Example

White with #B33CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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