Html Css Color HEX #BC67CA Medium Orchid

📋 copy color: '#BC67CA'

red 188 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #BC67CA

Tints of Medium Orchid #BC67CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 38.13%
G = 20.89%
B = 40.97%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC67CA (or 0xBC67CA) is known color: Medium Orchid. HEX triplet: BC, 67 and CA. RGB value is (188,103,202). Sum of RGB (Red+Green+Blue) = 188+103+202=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67CA is #439835. Grayscale: #8B8B8B. Windows color (decimal): -4429878 or 13264828. OLE color: 13264828.

HSL color Cylindrical-coordinate representation of color #BC67CA: hue angle of 291.52º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC67CA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 103 202 -
CMYK 0.07 0.49 0 0.21
HSL 291.52º 0.48% 0.6% -
HSV(B) 291.52º 0.49% 0.79% -
XYZ 36.25 24.66 58.73 -
YUV 139.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 188 103 202 0.07 0.49 0 0.21 291.52 0.48 0.6
Hex BC 67 CA 7 31 0 15 124 30 3C
Octal 274 147 312 7 61 0 25 444 60 74
Binary 10111100 1100111 11001010 111 110001 0 10101 100100100 110000 111100

Color Harmonies of #BC67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC67CA

Black with #BC67CA

Text Example


Text Example

White with #BC67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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