Html Css Color HEX #BE36D0 Medium Orchid

📋 copy color: '#BE36D0'

red 190 ◦ green 54 ◦ blue 208

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

Shades of Medium Orchid #BE36D0

Tints of Medium Orchid #BE36D0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.95%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 42.04%
G = 11.95%
B = 46.02%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE36D0 (or 0xBE36D0) is known color: Medium Orchid. HEX triplet: BE, 36 and D0. RGB value is (190,54,208). Sum of RGB (Red+Green+Blue) = 190+54+208=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE36D0 is #41C92F. Grayscale: #6F6F6F. Windows color (decimal): -4311344 or 13645502. OLE color: 13645502.

HSL color Cylindrical-coordinate representation of color #BE36D0: hue angle of 292.99º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE36D0 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 54 208 -
CMYK 0.09 0.74 0 0.18
HSL 292.99º 0.62% 0.51% -
HSV(B) 292.99º 0.74% 0.82% -
XYZ 33.94 18.14 61.39 -
YUV 112.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 190 54 208 0.09 0.74 0 0.18 292.99 0.62 0.51
Hex BE 36 D0 9 4A 0 12 125 3E 33
Octal 276 66 320 11 112 0 22 445 76 63
Binary 10111110 110110 11010000 1001 1001010 0 10010 100100101 111110 110011

Color Harmonies of #BE36D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE36D0

Black with #BE36D0

Text Example


Text Example

White with #BE36D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE36D0; }

 p { color: rgb(190,54,208); }

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

background-color css

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

 a { background-color: rgb(190,54,208); }

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

border-color css

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

 span { border-color: rgb(190,54,208); }

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