Html Css Color HEX #BE41CF Medium Orchid

📋 copy color: '#BE41CF'

red 190 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #BE41CF

Tints of Medium Orchid #BE41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.07%

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

R = 41.13%
G = 14.07%
B = 44.81%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE41CF (or 0xBE41CF) is known color: Medium Orchid. HEX triplet: BE, 41 and CF. RGB value is (190,65,207). Sum of RGB (Red+Green+Blue) = 190+65+207=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41CF is #41BE30. Grayscale: #767676. Windows color (decimal): -4308529 or 13582782. OLE color: 13582782.

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

Color convert

RGB 190 65 207 -
CMYK 0.08 0.69 0 0.19
HSL 292.82º 0.6% 0.53% -
HSV(B) 292.82º 0.69% 0.81% -
XYZ 34.39 19.23 60.93 -
YUV 118.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 190 65 207 0.08 0.69 0 0.19 292.82 0.6 0.53
Hex BE 41 CF 8 45 0 13 125 3C 35
Octal 276 101 317 10 105 0 23 445 74 65
Binary 10111110 1000001 11001111 1000 1000101 0 10011 100100101 111100 110101

Color Harmonies of #BE41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41CF

Black with #BE41CF

Text Example


Text Example

White with #BE41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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