Html Css Color HEX #BC3DCB Medium Orchid

📋 copy color: '#BC3DCB'

red 188 ◦ green 61 ◦ blue 203

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

Shades of Medium Orchid #BC3DCB

Tints of Medium Orchid #BC3DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.5%

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

R = 41.59%
G = 13.5%
B = 44.91%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC3DCB (or 0xBC3DCB) is known color: Medium Orchid. HEX triplet: BC, 3D and CB. RGB value is (188,61,203). Sum of RGB (Red+Green+Blue) = 188+61+203=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DCB is #43C234. Grayscale: #727272. Windows color (decimal): -4440629 or 13319612. OLE color: 13319612.

HSL color Cylindrical-coordinate representation of color #BC3DCB: hue angle of 293.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3DCB is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 61 203 -
CMYK 0.07 0.70 0 0.20
HSL 293.66º 0.58% 0.52% -
HSV(B) 293.66º 0.7% 0.8% -
XYZ 33.19 18.34 58.29 -
YUV 115.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 188 61 203 0.07 0.70 0 0.20 293.66 0.58 0.52
Hex BC 3D CB 7 46 0 14 126 3A 34
Octal 274 75 313 7 106 0 24 446 72 64
Binary 10111100 111101 11001011 111 1000110 0 10100 100100110 111010 110100

Color Harmonies of #BC3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DCB

Black with #BC3DCB

Text Example


Text Example

White with #BC3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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