Html Css Color HEX #BC4BCF Medium Orchid

📋 copy color: '#BC4BCF'

red 188 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #BC4BCF

Tints of Medium Orchid #BC4BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 40%
G = 15.96%
B = 44.04%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC4BCF (or 0xBC4BCF) is known color: Medium Orchid. HEX triplet: BC, 4B and CF. RGB value is (188,75,207). Sum of RGB (Red+Green+Blue) = 188+75+207=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC4BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BCF is #43B430. Grayscale: #7B7B7B. Windows color (decimal): -4437041 or 13585340. OLE color: 13585340.

HSL color Cylindrical-coordinate representation of color #BC4BCF: hue angle of 291.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4BCF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 75 207 -
CMYK 0.09 0.64 0 0.19
HSL 291.36º 0.58% 0.55% -
HSV(B) 291.36º 0.64% 0.81% -
XYZ 34.52 20.23 61.12 -
YUV 123.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 188 75 207 0.09 0.64 0 0.19 291.36 0.58 0.55
Hex BC 4B CF 9 40 0 13 123 3A 37
Octal 274 113 317 11 100 0 23 443 72 67
Binary 10111100 1001011 11001111 1001 1000000 0 10011 100100011 111010 110111

Color Harmonies of #BC4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BCF

Black with #BC4BCF

Text Example


Text Example

White with #BC4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BCF; }

 p { color: rgb(188,75,207); }

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

background-color css

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

 a { background-color: rgb(188,75,207); }

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

border-color css

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

 span { border-color: rgb(188,75,207); }

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