Html Css Color HEX #BE30CE Medium Orchid

📋 copy color: '#BE30CE'

red 190 ◦ green 48 ◦ blue 206

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

Shades of Medium Orchid #BE30CE

Tints of Medium Orchid #BE30CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.81%

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

R = 42.79%
G = 10.81%
B = 46.4%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE30CE (or 0xBE30CE) is known color: Medium Orchid. HEX triplet: BE, 30 and CE. RGB value is (190,48,206). Sum of RGB (Red+Green+Blue) = 190+48+206=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30CE is #41CF31. Grayscale: #6B6B6B. Windows color (decimal): -4312882 or 13512894. OLE color: 13512894.

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

Color convert

RGB 190 48 206 -
CMYK 0.08 0.77 0 0.19
HSL 293.92º 0.62% 0.5% -
HSV(B) 293.92º 0.77% 0.81% -
XYZ 33.43 17.52 60.01 -
YUV 108.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 190 48 206 0.08 0.77 0 0.19 293.92 0.62 0.5
Hex BE 30 CE 8 4D 0 13 126 3E 32
Octal 276 60 316 10 115 0 23 446 76 62
Binary 10111110 110000 11001110 1000 1001101 0 10011 100100110 111110 110010

Color Harmonies of #BE30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30CE

Black with #BE30CE

Text Example


Text Example

White with #BE30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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