Html Css Color HEX #BE3ACD Medium Orchid

📋 copy color: '#BE3ACD'

red 190 ◦ green 58 ◦ blue 205

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

Shades of Medium Orchid #BE3ACD

Tints of Medium Orchid #BE3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

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

R = 41.94%
G = 12.8%
B = 45.25%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE3ACD (or 0xBE3ACD) is known color: Medium Orchid. HEX triplet: BE, 3A and CD. RGB value is (190,58,205). Sum of RGB (Red+Green+Blue) = 190+58+205=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3ACD is #41C532. Grayscale: #717171. Windows color (decimal): -4310323 or 13449918. OLE color: 13449918.

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

Color convert

RGB 190 58 205 -
CMYK 0.07 0.72 0 0.20
HSL 293.88º 0.6% 0.52% -
HSV(B) 293.88º 0.72% 0.8% -
XYZ 33.77 18.38 59.53 -
YUV 114.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 190 58 205 0.07 0.72 0 0.20 293.88 0.6 0.52
Hex BE 3A CD 7 48 0 14 126 3C 34
Octal 276 72 315 7 110 0 24 446 74 64
Binary 10111110 111010 11001101 111 1001000 0 10100 100100110 111100 110100

Color Harmonies of #BE3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3ACD

Black with #BE3ACD

Text Example


Text Example

White with #BE3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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