Html Css Color HEX #BC70CC Medium Orchid

📋 copy color: '#BC70CC'

red 188 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #BC70CC

Tints of Medium Orchid #BC70CC

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

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

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

R = 37.3%
G = 22.22%
B = 40.48%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC70CC (or 0xBC70CC) is known color: Medium Orchid. HEX triplet: BC, 70 and CC. RGB value is (188,112,204). Sum of RGB (Red+Green+Blue) = 188+112+204=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70CC is #438F33. Grayscale: #909090. Windows color (decimal): -4427572 or 13398204. OLE color: 13398204.

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

Color convert

RGB 188 112 204 -
CMYK 0.08 0.45 0 0.2
HSL 289.57º 0.47% 0.62% -
HSV(B) 289.57º 0.45% 0.8% -
XYZ 37.43 26.64 60.3 -
YUV 145.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 188 112 204 0.08 0.45 0 0.2 289.57 0.47 0.62
Hex BC 70 CC 8 2D 0 14 122 2F 3E
Octal 274 160 314 10 55 0 24 442 57 76
Binary 10111100 1110000 11001100 1000 101101 0 10100 100100010 101111 111110

Color Harmonies of #BC70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70CC

Black with #BC70CC

Text Example


Text Example

White with #BC70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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