Html Css Color HEX #BE38CF Medium Orchid

📋 copy color: '#BE38CF'

red 190 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #BE38CF

Tints of Medium Orchid #BE38CF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.36%

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

R = 41.94%
G = 12.36%
B = 45.7%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE38CF (or 0xBE38CF) is known color: Medium Orchid. HEX triplet: BE, 38 and CF. RGB value is (190,56,207). Sum of RGB (Red+Green+Blue) = 190+56+207=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE38CF is #41C730. Grayscale: #707070. Windows color (decimal): -4310833 or 13580478. OLE color: 13580478.

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

Color convert

RGB 190 56 207 -
CMYK 0.08 0.73 0 0.19
HSL 293.25º 0.61% 0.52% -
HSV(B) 293.25º 0.73% 0.81% -
XYZ 33.91 18.28 60.77 -
YUV 113.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 190 56 207 0.08 0.73 0 0.19 293.25 0.61 0.52
Hex BE 38 CF 8 49 0 13 125 3D 34
Octal 276 70 317 10 111 0 23 445 75 64
Binary 10111110 111000 11001111 1000 1001001 0 10011 100100101 111101 110100

Color Harmonies of #BE38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE38CF

Black with #BE38CF

Text Example


Text Example

White with #BE38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE38CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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