Html Css Color HEX #BC4FEE Medium Orchid

📋 copy color: '#BC4FEE'

red 188 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #BC4FEE

Tints of Medium Orchid #BC4FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

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

R = 37.23%
G = 15.64%
B = 47.13%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4FEE (or 0xBC4FEE) is known color: Medium Orchid. HEX triplet: BC, 4F and EE. RGB value is (188,79,238). Sum of RGB (Red+Green+Blue) = 188+79+238=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEE is #43B011. Grayscale: #818181. Windows color (decimal): -4435986 or 15617980. OLE color: 15617980.

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

Color convert

RGB 188 79 238 -
CMYK 0.21 0.67 0 0.07
HSL 281.13º 0.82% 0.62% -
HSV(B) 281.13º 0.67% 0.93% -
XYZ 38.97 22.46 83.17 -
YUV 129.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 188 79 238 0.21 0.67 0 0.07 281.13 0.82 0.62
Hex BC 4F EE 15 43 0 7 119 52 3E
Octal 274 117 356 25 103 0 7 431 122 76
Binary 10111100 1001111 11101110 10101 1000011 0 111 100011001 1010010 111110

Color Harmonies of #BC4FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FEE

Black with #BC4FEE

Text Example


Text Example

White with #BC4FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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