Html Css Color HEX #BE70CC Medium Orchid

📋 copy color: '#BE70CC'

red 190 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #BE70CC

Tints of Medium Orchid #BE70CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 37.55%
G = 22.13%
B = 40.32%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE70CC (or 0xBE70CC) is known color: Medium Orchid. HEX triplet: BE, 70 and CC. RGB value is (190,112,204). Sum of RGB (Red+Green+Blue) = 190+112+204=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70CC is #418F33. Grayscale: #919191. Windows color (decimal): -4296500 or 13398206. OLE color: 13398206.

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

Color convert

RGB 190 112 204 -
CMYK 0.07 0.45 0 0.2
HSL 290.87º 0.47% 0.62% -
HSV(B) 290.87º 0.45% 0.8% -
XYZ 37.93 26.9 60.32 -
YUV 145.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 190 112 204 0.07 0.45 0 0.2 290.87 0.47 0.62
Hex BE 70 CC 7 2D 0 14 123 2F 3E
Octal 276 160 314 7 55 0 24 443 57 76
Binary 10111110 1110000 11001100 111 101101 0 10100 100100011 101111 111110

Color Harmonies of #BE70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70CC

Black with #BE70CC

Text Example


Text Example

White with #BE70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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