Html Css Color HEX #BE4BCD Medium Orchid

📋 copy color: '#BE4BCD'

red 190 ◦ green 75 ◦ blue 205

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

Shades of Medium Orchid #BE4BCD

Tints of Medium Orchid #BE4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

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

R = 40.43%
G = 15.96%
B = 43.62%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4BCD (or 0xBE4BCD) is known color: Medium Orchid. HEX triplet: BE, 4B and CD. RGB value is (190,75,205). Sum of RGB (Red+Green+Blue) = 190+75+205=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BCD is #41B432. Grayscale: #7B7B7B. Windows color (decimal): -4305971 or 13454270. OLE color: 13454270.

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

Color convert

RGB 190 75 205 -
CMYK 0.07 0.63 0 0.20
HSL 293.08º 0.57% 0.55% -
HSV(B) 293.08º 0.63% 0.8% -
XYZ 34.77 20.39 59.86 -
YUV 124.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 190 75 205 0.07 0.63 0 0.20 293.08 0.57 0.55
Hex BE 4B CD 7 3F 0 14 125 39 37
Octal 276 113 315 7 77 0 24 445 71 67
Binary 10111110 1001011 11001101 111 111111 0 10100 100100101 111001 110111

Color Harmonies of #BE4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BCD

Black with #BE4BCD

Text Example


Text Example

White with #BE4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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