Html Css Color HEX #BE3CCD Medium Orchid

📋 copy color: '#BE3CCD'

red 190 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #BE3CCD

Tints of Medium Orchid #BE3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 41.76%
G = 13.19%
B = 45.05%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE3CCD (or 0xBE3CCD) is known color: Medium Orchid. HEX triplet: BE, 3C and CD. RGB value is (190,60,205). Sum of RGB (Red+Green+Blue) = 190+60+205=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE3CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CCD is #41C332. Grayscale: #727272. Windows color (decimal): -4309811 or 13450430. OLE color: 13450430.

HSL color Cylindrical-coordinate representation of color #BE3CCD: hue angle of 293.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3CCD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 60 205 -
CMYK 0.07 0.71 0 0.20
HSL 293.79º 0.59% 0.52% -
HSV(B) 293.79º 0.71% 0.8% -
XYZ 33.87 18.59 59.56 -
YUV 115.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 190 60 205 0.07 0.71 0 0.20 293.79 0.59 0.52
Hex BE 3C CD 7 47 0 14 126 3B 34
Octal 276 74 315 7 107 0 24 446 73 64
Binary 10111110 111100 11001101 111 1000111 0 10100 100100110 111011 110100

Color Harmonies of #BE3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CCD

Black with #BE3CCD

Text Example


Text Example

White with #BE3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CCD; }

 p { color: rgb(190,60,205); }

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

background-color css

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

 a { background-color: rgb(190,60,205); }

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

border-color css

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

 span { border-color: rgb(190,60,205); }

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