Html Css Color HEX #BE42CC Medium Orchid

📋 copy color: '#BE42CC'

red 190 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #BE42CC

Tints of Medium Orchid #BE42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

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

R = 41.3%
G = 14.35%
B = 44.35%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE42CC (or 0xBE42CC) is known color: Medium Orchid. HEX triplet: BE, 42 and CC. RGB value is (190,66,204). Sum of RGB (Red+Green+Blue) = 190+66+204=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CC is #41BD33. Grayscale: #767676. Windows color (decimal): -4308276 or 13386430. OLE color: 13386430.

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

Color convert

RGB 190 66 204 -
CMYK 0.07 0.68 0 0.2
HSL 293.91º 0.58% 0.53% -
HSV(B) 293.91º 0.68% 0.8% -
XYZ 34.08 19.2 59.04 -
YUV 118.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 190 66 204 0.07 0.68 0 0.2 293.91 0.58 0.53
Hex BE 42 CC 7 44 0 14 126 3A 35
Octal 276 102 314 7 104 0 24 446 72 65
Binary 10111110 1000010 11001100 111 1000100 0 10100 100100110 111010 110101

Color Harmonies of #BE42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42CC

Black with #BE42CC

Text Example


Text Example

White with #BE42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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