Html Css Color HEX #BE4BCF Medium Orchid

📋 copy color: '#BE4BCF'

red 190 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #BE4BCF

Tints of Medium Orchid #BE4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

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

R = 40.25%
G = 15.89%
B = 43.86%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE4BCF (or 0xBE4BCF) is known color: Medium Orchid. HEX triplet: BE, 4B and CF. RGB value is (190,75,207). Sum of RGB (Red+Green+Blue) = 190+75+207=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE4BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BCF is #41B430. Grayscale: #7C7C7C. Windows color (decimal): -4305969 or 13585342. OLE color: 13585342.

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

Color convert

RGB 190 75 207 -
CMYK 0.08 0.64 0 0.19
HSL 292.27º 0.58% 0.55% -
HSV(B) 292.27º 0.64% 0.81% -
XYZ 35.01 20.48 61.14 -
YUV 124.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 190 75 207 0.08 0.64 0 0.19 292.27 0.58 0.55
Hex BE 4B CF 8 40 0 13 124 3A 37
Octal 276 113 317 10 100 0 23 444 72 67
Binary 10111110 1001011 11001111 1000 1000000 0 10011 100100100 111010 110111

Color Harmonies of #BE4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BCF

Black with #BE4BCF

Text Example


Text Example

White with #BE4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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