Html Css Color HEX #BE5BCA Medium Orchid

📋 copy color: '#BE5BCA'

red 190 ◦ green 91 ◦ blue 202

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

Shades of Medium Orchid #BE5BCA

Tints of Medium Orchid #BE5BCA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.84%

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 39.34%
G = 18.84%
B = 41.82%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE5BCA (or 0xBE5BCA) is known color: Medium Orchid. HEX triplet: BE, 5B and CA. RGB value is (190,91,202). Sum of RGB (Red+Green+Blue) = 190+91+202=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE5BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BCA is #41A435. Grayscale: #848484. Windows color (decimal): -4301878 or 13261758. OLE color: 13261758.

HSL color Cylindrical-coordinate representation of color #BE5BCA: hue angle of 293.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5BCA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 91 202 -
CMYK 0.06 0.55 0 0.21
HSL 293.51º 0.51% 0.57% -
HSV(B) 293.51º 0.55% 0.79% -
XYZ 35.64 22.69 58.38 -
YUV 133.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 190 91 202 0.06 0.55 0 0.21 293.51 0.51 0.57
Hex BE 5B CA 6 37 0 15 126 33 39
Octal 276 133 312 6 67 0 25 446 63 71
Binary 10111110 1011011 11001010 110 110111 0 10101 100100110 110011 111001

Color Harmonies of #BE5BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BCA

Black with #BE5BCA

Text Example


Text Example

White with #BE5BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BCA; }

 p { color: rgb(190,91,202); }

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

background-color css

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

 a { background-color: rgb(190,91,202); }

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

border-color css

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

 span { border-color: rgb(190,91,202); }

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