Html Css Color HEX #BE39CE Medium Orchid

📋 copy color: '#BE39CE'

red 190 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #BE39CE

Tints of Medium Orchid #BE39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 41.94%
G = 12.58%
B = 45.47%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE39CE (or 0xBE39CE) is known color: Medium Orchid. HEX triplet: BE, 39 and CE. RGB value is (190,57,206). Sum of RGB (Red+Green+Blue) = 190+57+206=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE39CE is #41C631. Grayscale: #717171. Windows color (decimal): -4310578 or 13515198. OLE color: 13515198.

HSL color Cylindrical-coordinate representation of color #BE39CE: hue angle of 293.56º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE39CE is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 57 206 -
CMYK 0.08 0.72 0 0.19
HSL 293.56º 0.6% 0.52% -
HSV(B) 293.56º 0.72% 0.81% -
XYZ 33.84 18.33 60.15 -
YUV 113.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 190 57 206 0.08 0.72 0 0.19 293.56 0.6 0.52
Hex BE 39 CE 8 48 0 13 126 3C 34
Octal 276 71 316 10 110 0 23 446 74 64
Binary 10111110 111001 11001110 1000 1001000 0 10011 100100110 111100 110100

Color Harmonies of #BE39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE39CE

Black with #BE39CE

Text Example


Text Example

White with #BE39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE39CE; }

 p { color: rgb(190,57,206); }

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

background-color css

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

 a { background-color: rgb(190,57,206); }

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

border-color css

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

 span { border-color: rgb(190,57,206); }

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