Html Css Color HEX #BC4CEE Medium Orchid

📋 copy color: '#BC4CEE'

red 188 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #BC4CEE

Tints of Medium Orchid #BC4CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 37.45%
G = 15.14%
B = 47.41%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4CEE (or 0xBC4CEE) is known color: Medium Orchid. HEX triplet: BC, 4C and EE. RGB value is (188,76,238). Sum of RGB (Red+Green+Blue) = 188+76+238=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CEE is #43B311. Grayscale: #7F7F7F. Windows color (decimal): -4436754 or 15617212. OLE color: 15617212.

HSL color Cylindrical-coordinate representation of color #BC4CEE: hue angle of 281.48º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC4CEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 76 238 -
CMYK 0.21 0.68 0 0.07
HSL 281.48º 0.83% 0.62% -
HSV(B) 281.48º 0.68% 0.93% -
XYZ 38.76 22.03 83.1 -
YUV 127.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 188 76 238 0.21 0.68 0 0.07 281.48 0.83 0.62
Hex BC 4C EE 15 44 0 7 119 53 3E
Octal 274 114 356 25 104 0 7 431 123 76
Binary 10111100 1001100 11101110 10101 1000100 0 111 100011001 1010011 111110

Color Harmonies of #BC4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CEE

Black with #BC4CEE

Text Example


Text Example

White with #BC4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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