Html Css Color HEX #BE70CF Medium Orchid

📋 copy color: '#BE70CF'

red 190 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #BE70CF

Tints of Medium Orchid #BE70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22%

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

R = 37.33%
G = 22%
B = 40.67%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE70CF (or 0xBE70CF) is known color: Medium Orchid. HEX triplet: BE, 70 and CF. RGB value is (190,112,207). Sum of RGB (Red+Green+Blue) = 190+112+207=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70CF is #418F30. Grayscale: #919191. Windows color (decimal): -4296497 or 13594814. OLE color: 13594814.

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

Color convert

RGB 190 112 207 -
CMYK 0.08 0.46 0 0.19
HSL 289.26º 0.5% 0.63% -
HSV(B) 289.26º 0.46% 0.81% -
XYZ 38.29 27.04 62.23 -
YUV 146.15 162.34 159.28 -
System Red Green Blue C M Y K H S L
Decimal 190 112 207 0.08 0.46 0 0.19 289.26 0.5 0.63
Hex BE 70 CF 8 2E 0 13 121 32 3F
Octal 276 160 317 10 56 0 23 441 62 77
Binary 10111110 1110000 11001111 1000 101110 0 10011 100100001 110010 111111

Color Harmonies of #BE70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70CF

Black with #BE70CF

Text Example


Text Example

White with #BE70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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