Html Css Color HEX #BC43CB Medium Orchid

📋 copy color: '#BC43CB'

red 188 ◦ green 67 ◦ blue 203

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

Shades of Medium Orchid #BC43CB

Tints of Medium Orchid #BC43CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.63%

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

R = 41.05%
G = 14.63%
B = 44.32%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC43CB (or 0xBC43CB) is known color: Medium Orchid. HEX triplet: BC, 43 and CB. RGB value is (188,67,203). Sum of RGB (Red+Green+Blue) = 188+67+203=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC43CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43CB is #43BC34. Grayscale: #767676. Windows color (decimal): -4439093 or 13321148. OLE color: 13321148.

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

Color convert

RGB 188 67 203 -
CMYK 0.07 0.67 0 0.20
HSL 293.38º 0.57% 0.53% -
HSV(B) 293.38º 0.67% 0.8% -
XYZ 33.53 19.02 58.4 -
YUV 118.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 188 67 203 0.07 0.67 0 0.20 293.38 0.57 0.53
Hex BC 43 CB 7 43 0 14 125 39 35
Octal 274 103 313 7 103 0 24 445 71 65
Binary 10111100 1000011 11001011 111 1000011 0 10100 100100101 111001 110101

Color Harmonies of #BC43CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43CB

Black with #BC43CB

Text Example


Text Example

White with #BC43CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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