Html Css Color HEX #B33EEA Medium Orchid

📋 copy color: '#B33EEA'

red 179 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #B33EEA

Tints of Medium Orchid #B33EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 37.68%
G = 13.05%
B = 49.26%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B33EEA (or 0xB33EEA) is known color: Medium Orchid. HEX triplet: B3, 3E and EA. RGB value is (179,62,234). Sum of RGB (Red+Green+Blue) = 179+62+234=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #B33EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EEA is #4CC115. Grayscale: #747474. Windows color (decimal): -5030166 or 15351475. OLE color: 15351475.

HSL color Cylindrical-coordinate representation of color #B33EEA: hue angle of 280.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33EEA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 62 234 -
CMYK 0.24 0.74 0 0.08
HSL 280.81º 0.8% 0.58% -
HSV(B) 280.81º 0.74% 0.92% -
XYZ 35.16 18.97 79.65 -
YUV 116.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 179 62 234 0.24 0.74 0 0.08 280.81 0.8 0.58
Hex B3 3E EA 18 4A 0 8 119 50 3A
Octal 263 76 352 30 112 0 10 431 120 72
Binary 10110011 111110 11101010 11000 1001010 0 1000 100011001 1010000 111010

Color Harmonies of #B33EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33EEA

Black with #B33EEA

Text Example


Text Example

White with #B33EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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