Html Css Color HEX #BE33ED Medium Orchid

📋 copy color: '#BE33ED'

red 190 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #BE33ED

Tints of Medium Orchid #BE33ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 39.75%
G = 10.67%
B = 49.58%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE33ED (or 0xBE33ED) is known color: Medium Orchid. HEX triplet: BE, 33 and ED. RGB value is (190,51,237). Sum of RGB (Red+Green+Blue) = 190+51+237=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33ED is #41CC12. Grayscale: #717171. Windows color (decimal): -4312083 or 15545278. OLE color: 15545278.

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

Color convert

RGB 190 51 237 -
CMYK 0.20 0.78 0 0.07
HSL 284.84º 0.84% 0.56% -
HSV(B) 284.84º 0.78% 0.93% -
XYZ 37.71 19.43 81.88 -
YUV 113.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 190 51 237 0.20 0.78 0 0.07 284.84 0.84 0.56
Hex BE 33 ED 14 4E 0 7 11D 54 38
Octal 276 63 355 24 116 0 7 435 124 70
Binary 10111110 110011 11101101 10100 1001110 0 111 100011101 1010100 111000

Color Harmonies of #BE33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33ED

Black with #BE33ED

Text Example


Text Example

White with #BE33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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