Html Css Color HEX #BE35CE Medium Orchid

📋 copy color: '#BE35CE'

red 190 ◦ green 53 ◦ blue 206

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

Shades of Medium Orchid #BE35CE

Tints of Medium Orchid #BE35CE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

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

R = 42.32%
G = 11.8%
B = 45.88%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE35CE (or 0xBE35CE) is known color: Medium Orchid. HEX triplet: BE, 35 and CE. RGB value is (190,53,206). Sum of RGB (Red+Green+Blue) = 190+53+206=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE35CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE35CE is #41CA31. Grayscale: #6E6E6E. Windows color (decimal): -4311602 or 13514174. OLE color: 13514174.

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

Color convert

RGB 190 53 206 -
CMYK 0.08 0.74 0 0.19
HSL 293.73º 0.61% 0.51% -
HSV(B) 293.73º 0.74% 0.81% -
XYZ 33.65 17.95 60.08 -
YUV 111.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 190 53 206 0.08 0.74 0 0.19 293.73 0.61 0.51
Hex BE 35 CE 8 4A 0 13 126 3D 33
Octal 276 65 316 10 112 0 23 446 75 63
Binary 10111110 110101 11001110 1000 1001010 0 10011 100100110 111101 110011

Color Harmonies of #BE35CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE35CE

Black with #BE35CE

Text Example


Text Example

White with #BE35CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE35CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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