Html Css Color HEX #BE58CC Medium Orchid

📋 copy color: '#BE58CC'

red 190 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #BE58CC

Tints of Medium Orchid #BE58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 39.42%
G = 18.26%
B = 42.32%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE58CC (or 0xBE58CC) is known color: Medium Orchid. HEX triplet: BE, 58 and CC. RGB value is (190,88,204). Sum of RGB (Red+Green+Blue) = 190+88+204=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58CC is #41A733. Grayscale: #838383. Windows color (decimal): -4302644 or 13392062. OLE color: 13392062.

HSL color Cylindrical-coordinate representation of color #BE58CC: hue angle of 292.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE58CC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 88 204 -
CMYK 0.07 0.57 0 0.2
HSL 292.76º 0.53% 0.57% -
HSV(B) 292.76º 0.57% 0.8% -
XYZ 35.62 22.29 59.55 -
YUV 131.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 190 88 204 0.07 0.57 0 0.2 292.76 0.53 0.57
Hex BE 58 CC 7 39 0 14 125 35 39
Octal 276 130 314 7 71 0 24 445 65 71
Binary 10111110 1011000 11001100 111 111001 0 10100 100100101 110101 111001

Color Harmonies of #BE58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58CC

Black with #BE58CC

Text Example


Text Example

White with #BE58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58CC; }

 p { color: rgb(190,88,204); }

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

background-color css

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

 a { background-color: rgb(190,88,204); }

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

border-color css

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

 span { border-color: rgb(190,88,204); }

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