Html Css Color HEX #BE55D1 Medium Orchid

📋 copy color: '#BE55D1'

red 190 ◦ green 85 ◦ blue 209

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

Shades of Medium Orchid #BE55D1

Tints of Medium Orchid #BE55D1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 39.26%
G = 17.56%
B = 43.18%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE55D1 (or 0xBE55D1) is known color: Medium Orchid. HEX triplet: BE, 55 and D1. RGB value is (190,85,209). Sum of RGB (Red+Green+Blue) = 190+85+209=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE55D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55D1 is #41AA2E. Grayscale: #828282. Windows color (decimal): -4303407 or 13718974. OLE color: 13718974.

HSL color Cylindrical-coordinate representation of color #BE55D1: hue angle of 290.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE55D1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 85 209 -
CMYK 0.09 0.59 0 0.18
HSL 290.81º 0.57% 0.58% -
HSV(B) 290.81º 0.59% 0.82% -
XYZ 35.99 22.05 62.68 -
YUV 130.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 190 85 209 0.09 0.59 0 0.18 290.81 0.57 0.58
Hex BE 55 D1 9 3B 0 12 123 39 3A
Octal 276 125 321 11 73 0 22 443 71 72
Binary 10111110 1010101 11010001 1001 111011 0 10010 100100011 111001 111010

Color Harmonies of #BE55D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55D1

Black with #BE55D1

Text Example


Text Example

White with #BE55D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55D1; }

 p { color: rgb(190,85,209); }

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

background-color css

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

 a { background-color: rgb(190,85,209); }

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

border-color css

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

 span { border-color: rgb(190,85,209); }

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