Html Css Color HEX #BE4BCC Medium Orchid

📋 copy color: '#BE4BCC'

red 190 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #BE4BCC

Tints of Medium Orchid #BE4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.99%

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

R = 40.51%
G = 15.99%
B = 43.5%

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

#BE4BCC (or 0xBE4BCC) is known color: Medium Orchid. HEX triplet: BE, 4B and CC. RGB value is (190,75,204). Sum of RGB (Red+Green+Blue) = 190+75+204=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4BCC is #41B433. Grayscale: #7B7B7B. Windows color (decimal): -4305972 or 13388734. OLE color: 13388734.

HSL color Cylindrical-coordinate representation of color #BE4BCC: hue angle of 293.49º 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 #BE4BCC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 75 204 -
CMYK 0.07 0.63 0 0.2
HSL 293.49º 0.56% 0.55% -
HSV(B) 293.49º 0.63% 0.8% -
XYZ 34.65 20.34 59.23 -
YUV 124.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 190 75 204 0.07 0.63 0 0.2 293.49 0.56 0.55
Hex BE 4B CC 7 3F 0 14 125 38 37
Octal 276 113 314 7 77 0 24 445 70 67
Binary 10111110 1001011 11001100 111 111111 0 10100 100100101 111000 110111

Color Harmonies of #BE4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BCC

Black with #BE4BCC

Text Example


Text Example

White with #BE4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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