Html Css Color HEX #BC75CA Medium Orchid

📋 copy color: '#BC75CA'

red 188 ◦ green 117 ◦ blue 202

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

Shades of Medium Orchid #BC75CA

Tints of Medium Orchid #BC75CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.08%

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

R = 37.08%
G = 23.08%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC75CA (or 0xBC75CA) is known color: Medium Orchid. HEX triplet: BC, 75 and CA. RGB value is (188,117,202). Sum of RGB (Red+Green+Blue) = 188+117+202=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75CA is #438A35. Grayscale: #939393. Windows color (decimal): -4426294 or 13268412. OLE color: 13268412.

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

Color convert

RGB 188 117 202 -
CMYK 0.07 0.42 0 0.21
HSL 290.12º 0.45% 0.63% -
HSV(B) 290.12º 0.42% 0.79% -
XYZ 37.76 27.68 59.23 -
YUV 147.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 188 117 202 0.07 0.42 0 0.21 290.12 0.45 0.63
Hex BC 75 CA 7 2A 0 15 122 2D 3F
Octal 274 165 312 7 52 0 25 442 55 77
Binary 10111100 1110101 11001010 111 101010 0 10101 100100010 101101 111111

Color Harmonies of #BC75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75CA

Black with #BC75CA

Text Example


Text Example

White with #BC75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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