Html Css Color HEX #BC38CB Medium Orchid

📋 copy color: '#BC38CB'

red 188 ◦ green 56 ◦ blue 203

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

Shades of Medium Orchid #BC38CB

Tints of Medium Orchid #BC38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 42.06%
G = 12.53%
B = 45.41%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC38CB (or 0xBC38CB) is known color: Medium Orchid. HEX triplet: BC, 38 and CB. RGB value is (188,56,203). Sum of RGB (Red+Green+Blue) = 188+56+203=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38CB is #43C734. Grayscale: #6F6F6F. Windows color (decimal): -4441909 or 13318332. OLE color: 13318332.

HSL color Cylindrical-coordinate representation of color #BC38CB: hue angle of 293.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38CB is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 56 203 -
CMYK 0.07 0.72 0 0.20
HSL 293.88º 0.59% 0.51% -
HSV(B) 293.88º 0.72% 0.8% -
XYZ 32.93 17.83 58.21 -
YUV 112.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 188 56 203 0.07 0.72 0 0.20 293.88 0.59 0.51
Hex BC 38 CB 7 48 0 14 126 3B 33
Octal 274 70 313 7 110 0 24 446 73 63
Binary 10111100 111000 11001011 111 1001000 0 10100 100100110 111011 110011

Color Harmonies of #BC38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38CB

Black with #BC38CB

Text Example


Text Example

White with #BC38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38CB; }

 p { color: rgb(188,56,203); }

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

background-color css

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

 a { background-color: rgb(188,56,203); }

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

border-color css

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

 span { border-color: rgb(188,56,203); }

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