Html Css Color HEX #BE3CCF Medium Orchid

📋 copy color: '#BE3CCF'

red 190 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #BE3CCF

Tints of Medium Orchid #BE3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.13%

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

R = 41.58%
G = 13.13%
B = 45.3%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE3CCF (or 0xBE3CCF) is known color: Medium Orchid. HEX triplet: BE, 3C and CF. RGB value is (190,60,207). Sum of RGB (Red+Green+Blue) = 190+60+207=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3CCF is #41C330. Grayscale: #737373. Windows color (decimal): -4309809 or 13581502. OLE color: 13581502.

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

Color convert

RGB 190 60 207 -
CMYK 0.08 0.71 0 0.19
HSL 293.06º 0.6% 0.52% -
HSV(B) 293.06º 0.71% 0.81% -
XYZ 34.11 18.68 60.84 -
YUV 115.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 190 60 207 0.08 0.71 0 0.19 293.06 0.6 0.52
Hex BE 3C CF 8 47 0 13 125 3C 34
Octal 276 74 317 10 107 0 23 445 74 64
Binary 10111110 111100 11001111 1000 1000111 0 10011 100100101 111100 110100

Color Harmonies of #BE3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3CCF

Black with #BE3CCF

Text Example


Text Example

White with #BE3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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