Html Css Color HEX #BE72CC Medium Orchid

📋 copy color: '#BE72CC'

red 190 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #BE72CC

Tints of Medium Orchid #BE72CC

RGB

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

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

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

R = 37.4%
G = 22.44%
B = 40.16%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE72CC (or 0xBE72CC) is known color: Medium Orchid. HEX triplet: BE, 72 and CC. RGB value is (190,114,204). Sum of RGB (Red+Green+Blue) = 190+114+204=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72CC is #418D33. Grayscale: #929292. Windows color (decimal): -4295988 or 13398718. OLE color: 13398718.

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

Color convert

RGB 190 114 204 -
CMYK 0.07 0.44 0 0.2
HSL 290.67º 0.47% 0.62% -
HSV(B) 290.67º 0.44% 0.8% -
XYZ 38.15 27.34 60.39 -
YUV 146.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 190 114 204 0.07 0.44 0 0.2 290.67 0.47 0.62
Hex BE 72 CC 7 2C 0 14 123 2F 3E
Octal 276 162 314 7 54 0 24 443 57 76
Binary 10111110 1110010 11001100 111 101100 0 10100 100100011 101111 111110

Color Harmonies of #BE72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72CC

Black with #BE72CC

Text Example


Text Example

White with #BE72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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