Html Css Color HEX #BE72C9 Medium Orchid

📋 copy color: '#BE72C9'

red 190 ◦ green 114 ◦ blue 201

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

Shades of Medium Orchid #BE72C9

Tints of Medium Orchid #BE72C9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 37.62%
G = 22.57%
B = 39.8%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE72C9 (or 0xBE72C9) is known color: Medium Orchid. HEX triplet: BE, 72 and C9. RGB value is (190,114,201). Sum of RGB (Red+Green+Blue) = 190+114+201=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE72C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72C9 is #418D36. Grayscale: #929292. Windows color (decimal): -4295991 or 13202110. OLE color: 13202110.

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

Color convert

RGB 190 114 201 -
CMYK 0.05 0.43 0 0.21
HSL 292.41º 0.45% 0.62% -
HSV(B) 292.41º 0.43% 0.79% -
XYZ 37.8 27.2 58.52 -
YUV 146.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 190 114 201 0.05 0.43 0 0.21 292.41 0.45 0.62
Hex BE 72 C9 5 2B 0 15 124 2D 3E
Octal 276 162 311 5 53 0 25 444 55 76
Binary 10111110 1110010 11001001 101 101011 0 10101 100100100 101101 111110

Color Harmonies of #BE72C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72C9

Black with #BE72C9

Text Example


Text Example

White with #BE72C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72C9; }

 p { color: rgb(190,114,201); }

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

background-color css

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

 a { background-color: rgb(190,114,201); }

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

border-color css

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

 span { border-color: rgb(190,114,201); }

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