Html Css Color HEX #BC67CE Medium Orchid

📋 copy color: '#BC67CE'

red 188 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #BC67CE

Tints of Medium Orchid #BC67CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.72%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 37.83%
G = 20.72%
B = 41.45%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC67CE (or 0xBC67CE) is known color: Medium Orchid. HEX triplet: BC, 67 and CE. RGB value is (188,103,206). Sum of RGB (Red+Green+Blue) = 188+103+206=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CE is #439831. Grayscale: #8B8B8B. Windows color (decimal): -4429874 or 13526972. OLE color: 13526972.

HSL color Cylindrical-coordinate representation of color #BC67CE: hue angle of 289.51º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC67CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 103 206 -
CMYK 0.09 0.50 0 0.19
HSL 289.51º 0.51% 0.61% -
HSV(B) 289.51º 0.5% 0.81% -
XYZ 36.73 24.85 61.25 -
YUV 140.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 188 103 206 0.09 0.50 0 0.19 289.51 0.51 0.61
Hex BC 67 CE 9 32 0 13 122 33 3D
Octal 274 147 316 11 62 0 23 442 63 75
Binary 10111100 1100111 11001110 1001 110010 0 10011 100100010 110011 111101

Color Harmonies of #BC67CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67CE

Black with #BC67CE

Text Example


Text Example

White with #BC67CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67CE; }

 p { color: rgb(188,103,206); }

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

background-color css

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

 a { background-color: rgb(188,103,206); }

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

border-color css

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

 span { border-color: rgb(188,103,206); }

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