Html Css Color HEX #BE55CF Medium Orchid

📋 copy color: '#BE55CF'

red 190 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #BE55CF

Tints of Medium Orchid #BE55CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 39.42%
G = 17.63%
B = 42.95%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE55CF (or 0xBE55CF) is known color: Medium Orchid. HEX triplet: BE, 55 and CF. RGB value is (190,85,207). Sum of RGB (Red+Green+Blue) = 190+85+207=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55CF is #41AA30. Grayscale: #818181. Windows color (decimal): -4303409 or 13587902. OLE color: 13587902.

HSL color Cylindrical-coordinate representation of color #BE55CF: hue angle of 291.64º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE55CF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 85 207 -
CMYK 0.08 0.59 0 0.19
HSL 291.64º 0.56% 0.57% -
HSV(B) 291.64º 0.59% 0.81% -
XYZ 35.75 21.95 61.38 -
YUV 130.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 190 85 207 0.08 0.59 0 0.19 291.64 0.56 0.57
Hex BE 55 CF 8 3B 0 13 124 38 39
Octal 276 125 317 10 73 0 23 444 70 71
Binary 10111110 1010101 11001111 1000 111011 0 10011 100100100 111000 111001

Color Harmonies of #BE55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55CF

Black with #BE55CF

Text Example


Text Example

White with #BE55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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