Html Css Color HEX #BE33EE Medium Orchid

📋 copy color: '#BE33EE'

red 190 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #BE33EE

Tints of Medium Orchid #BE33EE

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

 GREEN value IS 51 (20.31% from 255) = 10.65%

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

R = 39.67%
G = 10.65%
B = 49.69%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE33EE (or 0xBE33EE) is known color: Medium Orchid. HEX triplet: BE, 33 and EE. RGB value is (190,51,238). Sum of RGB (Red+Green+Blue) = 190+51+238=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33EE is #41CC11. Grayscale: #717171. Windows color (decimal): -4312082 or 15610814. OLE color: 15610814.

HSL color Cylindrical-coordinate representation of color #BE33EE: hue angle of 284.6º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE33EE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 51 238 -
CMYK 0.20 0.79 0 0.07
HSL 284.6º 0.85% 0.57% -
HSV(B) 284.6º 0.79% 0.93% -
XYZ 37.85 19.49 82.66 -
YUV 113.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 190 51 238 0.20 0.79 0 0.07 284.6 0.85 0.57
Hex BE 33 EE 14 4F 0 7 11D 55 39
Octal 276 63 356 24 117 0 7 435 125 71
Binary 10111110 110011 11101110 10100 1001111 0 111 100011101 1010101 111001

Color Harmonies of #BE33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33EE

Black with #BE33EE

Text Example


Text Example

White with #BE33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33EE; }

 p { color: rgb(190,51,238); }

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

background-color css

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

 a { background-color: rgb(190,51,238); }

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

border-color css

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

 span { border-color: rgb(190,51,238); }

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