Html Css Color HEX #BE48CF Medium Orchid

📋 copy color: '#BE48CF'

red 190 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #BE48CF

Tints of Medium Orchid #BE48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.35%

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

R = 40.51%
G = 15.35%
B = 44.14%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE48CF (or 0xBE48CF) is known color: Medium Orchid. HEX triplet: BE, 48 and CF. RGB value is (190,72,207). Sum of RGB (Red+Green+Blue) = 190+72+207=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48CF is #41B730. Grayscale: #7A7A7A. Windows color (decimal): -4306737 or 13584574. OLE color: 13584574.

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

Color convert

RGB 190 72 207 -
CMYK 0.08 0.65 0 0.19
HSL 292.44º 0.58% 0.55% -
HSV(B) 292.44º 0.65% 0.81% -
XYZ 34.82 20.09 61.07 -
YUV 122.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 190 72 207 0.08 0.65 0 0.19 292.44 0.58 0.55
Hex BE 48 CF 8 41 0 13 124 3A 37
Octal 276 110 317 10 101 0 23 444 72 67
Binary 10111110 1001000 11001111 1000 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BE48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48CF

Black with #BE48CF

Text Example


Text Example

White with #BE48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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