Html Css Color HEX #BC4CCB Medium Orchid

📋 copy color: '#BC4CCB'

red 188 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #BC4CCB

Tints of Medium Orchid #BC4CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

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

R = 40.26%
G = 16.27%
B = 43.47%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC4CCB (or 0xBC4CCB) is known color: Medium Orchid. HEX triplet: BC, 4C and CB. RGB value is (188,76,203). Sum of RGB (Red+Green+Blue) = 188+76+203=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCB is #43B334. Grayscale: #7B7B7B. Windows color (decimal): -4436789 or 13323452. OLE color: 13323452.

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

Color convert

RGB 188 76 203 -
CMYK 0.07 0.63 0 0.20
HSL 292.91º 0.55% 0.55% -
HSV(B) 292.91º 0.63% 0.8% -
XYZ 34.1 20.17 58.6 -
YUV 123.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 188 76 203 0.07 0.63 0 0.20 292.91 0.55 0.55
Hex BC 4C CB 7 3F 0 14 125 37 37
Octal 274 114 313 7 77 0 24 445 67 67
Binary 10111100 1001100 11001011 111 111111 0 10100 100100101 110111 110111

Color Harmonies of #BC4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CCB

Black with #BC4CCB

Text Example


Text Example

White with #BC4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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