Html Css Color HEX #BC45CB Medium Orchid

📋 copy color: '#BC45CB'

red 188 ◦ green 69 ◦ blue 203

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

Shades of Medium Orchid #BC45CB

Tints of Medium Orchid #BC45CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15%

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

R = 40.87%
G = 15%
B = 44.13%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC45CB (or 0xBC45CB) is known color: Medium Orchid. HEX triplet: BC, 45 and CB. RGB value is (188,69,203). Sum of RGB (Red+Green+Blue) = 188+69+203=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC45CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CB is #43BA34. Grayscale: #777777. Windows color (decimal): -4438581 or 13321660. OLE color: 13321660.

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

Color convert

RGB 188 69 203 -
CMYK 0.07 0.66 0 0.20
HSL 293.28º 0.56% 0.53% -
HSV(B) 293.28º 0.66% 0.8% -
XYZ 33.65 19.26 58.44 -
YUV 119.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 188 69 203 0.07 0.66 0 0.20 293.28 0.56 0.53
Hex BC 45 CB 7 42 0 14 125 38 35
Octal 274 105 313 7 102 0 24 445 70 65
Binary 10111100 1000101 11001011 111 1000010 0 10100 100100101 111000 110101

Color Harmonies of #BC45CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC45CB

Black with #BC45CB

Text Example


Text Example

White with #BC45CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC45CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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