Html Css Color HEX #BE51CC Medium Orchid

📋 copy color: '#BE51CC'

red 190 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #BE51CC

Tints of Medium Orchid #BE51CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.05%

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

R = 40%
G = 17.05%
B = 42.95%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE51CC (or 0xBE51CC) is known color: Medium Orchid. HEX triplet: BE, 51 and CC. RGB value is (190,81,204). Sum of RGB (Red+Green+Blue) = 190+81+204=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE51CC is #41AE33. Grayscale: #7F7F7F. Windows color (decimal): -4304436 or 13390270. OLE color: 13390270.

HSL color Cylindrical-coordinate representation of color #BE51CC: hue angle of 293.17º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE51CC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 81 204 -
CMYK 0.07 0.60 0 0.2
HSL 293.17º 0.55% 0.56% -
HSV(B) 293.17º 0.6% 0.8% -
XYZ 35.08 21.19 59.37 -
YUV 127.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 190 81 204 0.07 0.60 0 0.2 293.17 0.55 0.56
Hex BE 51 CC 7 3C 0 14 125 37 38
Octal 276 121 314 7 74 0 24 445 67 70
Binary 10111110 1010001 11001100 111 111100 0 10100 100100101 110111 111000

Color Harmonies of #BE51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51CC

Black with #BE51CC

Text Example


Text Example

White with #BE51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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