Html Css Color HEX #B33EDA Medium Orchid

📋 copy color: '#B33EDA'

red 179 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #B33EDA

Tints of Medium Orchid #B33EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 39%
G = 13.51%
B = 47.49%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B33EDA (or 0xB33EDA) is known color: Medium Orchid. HEX triplet: B3, 3E and DA. RGB value is (179,62,218). Sum of RGB (Red+Green+Blue) = 179+62+218=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #B33EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33EDA is #4CC125. Grayscale: #727272. Windows color (decimal): -5030182 or 14302899. OLE color: 14302899.

HSL color Cylindrical-coordinate representation of color #B33EDA: hue angle of 285º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33EDA is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 62 218 -
CMYK 0.18 0.72 0 0.15
HSL 285º 0.68% 0.55% -
HSV(B) 285º 0.72% 0.85% -
XYZ 32.97 18.09 68.08 -
YUV 114.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 179 62 218 0.18 0.72 0 0.15 285 0.68 0.55
Hex B3 3E DA 12 48 0 F 11D 44 37
Octal 263 76 332 22 110 0 17 435 104 67
Binary 10110011 111110 11011010 10010 1001000 0 1111 100011101 1000100 110111

Color Harmonies of #B33EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EDA

Black with #B33EDA

Text Example


Text Example

White with #B33EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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