Html Css Color HEX #BE71CC Medium Orchid

📋 copy color: '#BE71CC'

red 190 ◦ green 113 ◦ blue 204

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

Shades of Medium Orchid #BE71CC

Tints of Medium Orchid #BE71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 37.48%
G = 22.29%
B = 40.24%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE71CC (or 0xBE71CC) is known color: Medium Orchid. HEX triplet: BE, 71 and CC. RGB value is (190,113,204). Sum of RGB (Red+Green+Blue) = 190+113+204=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CC is #418E33. Grayscale: #929292. Windows color (decimal): -4296244 or 13398462. OLE color: 13398462.

HSL color Cylindrical-coordinate representation of color #BE71CC: hue angle of 290.77º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE71CC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 113 204 -
CMYK 0.07 0.45 0 0.2
HSL 290.77º 0.47% 0.62% -
HSV(B) 290.77º 0.45% 0.8% -
XYZ 38.04 27.12 60.36 -
YUV 146.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 190 113 204 0.07 0.45 0 0.2 290.77 0.47 0.62
Hex BE 71 CC 7 2D 0 14 123 2F 3E
Octal 276 161 314 7 55 0 24 443 57 76
Binary 10111110 1110001 11001100 111 101101 0 10100 100100011 101111 111110

Color Harmonies of #BE71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71CC

Black with #BE71CC

Text Example


Text Example

White with #BE71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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