Html Css Color HEX #B33CC7 Medium Orchid

📋 copy color: '#B33CC7'

red 179 ◦ green 60 ◦ blue 199

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

Shades of Medium Orchid #B33CC7

Tints of Medium Orchid #B33CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.43%

R = 40.87%
G = 13.7%
B = 45.43%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B33CC7 (or 0xB33CC7) is known color: Medium Orchid. HEX triplet: B3, 3C and C7. RGB value is (179,60,199). Sum of RGB (Red+Green+Blue) = 179+60+199=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #B33CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CC7 is #4CC338. Grayscale: #6E6E6E. Windows color (decimal): -5030713 or 13057203. OLE color: 13057203.

HSL color Cylindrical-coordinate representation of color #B33CC7: hue angle of 291.37º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33CC7 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 60 199 -
CMYK 0.10 0.70 0 0.22
HSL 291.37º 0.55% 0.51% -
HSV(B) 291.37º 0.7% 0.78% -
XYZ 30.52 16.94 55.69 -
YUV 111.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 179 60 199 0.10 0.70 0 0.22 291.37 0.55 0.51
Hex B3 3C C7 A 46 0 16 123 37 33
Octal 263 74 307 12 106 0 26 443 67 63
Binary 10110011 111100 11000111 1010 1000110 0 10110 100100011 110111 110011

Color Harmonies of #B33CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CC7

Black with #B33CC7

Text Example


Text Example

White with #B33CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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