Html Css Color HEX #BE4CCC Medium Orchid

📋 copy color: '#BE4CCC'

red 190 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #BE4CCC

Tints of Medium Orchid #BE4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

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

R = 40.43%
G = 16.17%
B = 43.4%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE4CCC (or 0xBE4CCC) is known color: Medium Orchid. HEX triplet: BE, 4C and CC. RGB value is (190,76,204). Sum of RGB (Red+Green+Blue) = 190+76+204=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4CCC is #41B333. Grayscale: #7C7C7C. Windows color (decimal): -4305716 or 13388990. OLE color: 13388990.

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

Color convert

RGB 190 76 204 -
CMYK 0.07 0.63 0 0.2
HSL 293.44º 0.56% 0.55% -
HSV(B) 293.44º 0.63% 0.8% -
XYZ 34.72 20.48 59.25 -
YUV 124.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 190 76 204 0.07 0.63 0 0.2 293.44 0.56 0.55
Hex BE 4C CC 7 3F 0 14 125 38 37
Octal 276 114 314 7 77 0 24 445 70 67
Binary 10111110 1001100 11001100 111 111111 0 10100 100100101 111000 110111

Color Harmonies of #BE4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CCC

Black with #BE4CCC

Text Example


Text Example

White with #BE4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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