Html Css Color HEX #B33AEE Medium Orchid

📋 copy color: '#B33AEE'

red 179 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #B33AEE

Tints of Medium Orchid #B33AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 37.68%
G = 12.21%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B33AEE (or 0xB33AEE) is known color: Medium Orchid. HEX triplet: B3, 3A and EE. RGB value is (179,58,238). Sum of RGB (Red+Green+Blue) = 179+58+238=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B33AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AEE is #4CC511. Grayscale: #727272. Windows color (decimal): -5031186 or 15612595. OLE color: 15612595.

HSL color Cylindrical-coordinate representation of color #B33AEE: hue angle of 280.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33AEE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 58 238 -
CMYK 0.25 0.76 0 0.07
HSL 280.33º 0.84% 0.58% -
HSV(B) 280.33º 0.76% 0.93% -
XYZ 35.54 18.78 82.64 -
YUV 114.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 179 58 238 0.25 0.76 0 0.07 280.33 0.84 0.58
Hex B3 3A EE 19 4C 0 7 118 54 3A
Octal 263 72 356 31 114 0 7 430 124 72
Binary 10110011 111010 11101110 11001 1001100 0 111 100011000 1010100 111010

Color Harmonies of #B33AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33AEE

Black with #B33AEE

Text Example


Text Example

White with #B33AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33AEE; }

 p { color: rgb(179,58,238); }

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

background-color css

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

 a { background-color: rgb(179,58,238); }

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

border-color css

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

 span { border-color: rgb(179,58,238); }

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