Html Css Color HEX #BE43CC Medium Orchid

📋 copy color: '#BE43CC'

red 190 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #BE43CC

Tints of Medium Orchid #BE43CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.53%

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

R = 41.21%
G = 14.53%
B = 44.25%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE43CC (or 0xBE43CC) is known color: Medium Orchid. HEX triplet: BE, 43 and CC. RGB value is (190,67,204). Sum of RGB (Red+Green+Blue) = 190+67+204=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE43CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE43CC is #41BC33. Grayscale: #767676. Windows color (decimal): -4308020 or 13386686. OLE color: 13386686.

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

Color convert

RGB 190 67 204 -
CMYK 0.07 0.67 0 0.2
HSL 293.87º 0.57% 0.53% -
HSV(B) 293.87º 0.67% 0.8% -
XYZ 34.14 19.32 59.06 -
YUV 119.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 190 67 204 0.07 0.67 0 0.2 293.87 0.57 0.53
Hex BE 43 CC 7 43 0 14 126 39 35
Octal 276 103 314 7 103 0 24 446 71 65
Binary 10111110 1000011 11001100 111 1000011 0 10100 100100110 111001 110101

Color Harmonies of #BE43CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE43CC

Black with #BE43CC

Text Example


Text Example

White with #BE43CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE43CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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