Html Css Color HEX #BE71CE Medium Orchid

📋 copy color: '#BE71CE'

red 190 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #BE71CE

Tints of Medium Orchid #BE71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.2%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 37.33%
G = 22.2%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE71CE (or 0xBE71CE) is known color: Medium Orchid. HEX triplet: BE, 71 and CE. RGB value is (190,113,206). Sum of RGB (Red+Green+Blue) = 190+113+206=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CE is #418E31. Grayscale: #929292. Windows color (decimal): -4296242 or 13529534. OLE color: 13529534.

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

Color convert

RGB 190 113 206 -
CMYK 0.08 0.45 0 0.19
HSL 289.68º 0.49% 0.63% -
HSV(B) 289.68º 0.45% 0.81% -
XYZ 38.28 27.21 61.63 -
YUV 146.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 190 113 206 0.08 0.45 0 0.19 289.68 0.49 0.63
Hex BE 71 CE 8 2D 0 13 122 31 3F
Octal 276 161 316 10 55 0 23 442 61 77
Binary 10111110 1110001 11001110 1000 101101 0 10011 100100010 110001 111111

Color Harmonies of #BE71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71CE

Black with #BE71CE

Text Example


Text Example

White with #BE71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71CE; }

 p { color: rgb(190,113,206); }

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

background-color css

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

 a { background-color: rgb(190,113,206); }

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

border-color css

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

 span { border-color: rgb(190,113,206); }

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