Html Css Color HEX #BE71CA Medium Orchid

📋 copy color: '#BE71CA'

red 190 ◦ green 113 ◦ blue 202

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

Shades of Medium Orchid #BE71CA

Tints of Medium Orchid #BE71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40%

R = 37.62%
G = 22.38%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE71CA (or 0xBE71CA) is known color: Medium Orchid. HEX triplet: BE, 71 and CA. RGB value is (190,113,202). Sum of RGB (Red+Green+Blue) = 190+113+202=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CA is #418E35. Grayscale: #919191. Windows color (decimal): -4296246 or 13267390. OLE color: 13267390.

HSL color Cylindrical-coordinate representation of color #BE71CA: hue angle of 291.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE71CA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 113 202 -
CMYK 0.06 0.44 0 0.21
HSL 291.91º 0.46% 0.62% -
HSV(B) 291.91º 0.44% 0.79% -
XYZ 37.8 27.02 59.1 -
YUV 146.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 190 113 202 0.06 0.44 0 0.21 291.91 0.46 0.62
Hex BE 71 CA 6 2C 0 15 124 2E 3E
Octal 276 161 312 6 54 0 25 444 56 76
Binary 10111110 1110001 11001010 110 101100 0 10101 100100100 101110 111110

Color Harmonies of #BE71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71CA

Black with #BE71CA

Text Example


Text Example

White with #BE71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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