Html Css Color HEX #BC74EB Medium Orchid

📋 copy color: '#BC74EB'

red 188 ◦ green 116 ◦ blue 235

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

Shades of Medium Orchid #BC74EB

Tints of Medium Orchid #BC74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.52%

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 34.88%
G = 21.52%
B = 43.6%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC74EB (or 0xBC74EB) is known color: Medium Orchid. HEX triplet: BC, 74 and EB. RGB value is (188,116,235). Sum of RGB (Red+Green+Blue) = 188+116+235=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74EB is #438B14. Grayscale: #969696. Windows color (decimal): -4426517 or 15430844. OLE color: 15430844.

HSL color Cylindrical-coordinate representation of color #BC74EB: hue angle of 276.3º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC74EB is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 116 235 -
CMYK 0.2 0.51 0 0.08
HSL 276.3º 0.75% 0.69% -
HSV(B) 276.3º 0.51% 0.92% -
XYZ 41.98 29.18 82.02 -
YUV 151.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 188 116 235 0.2 0.51 0 0.08 276.3 0.75 0.69
Hex BC 74 EB 14 33 0 8 114 4B 45
Octal 274 164 353 24 63 0 10 424 113 105
Binary 10111100 1110100 11101011 10100 110011 0 1000 100010100 1001011 1000101

Color Harmonies of #BC74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74EB

Black with #BC74EB

Text Example


Text Example

White with #BC74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74EB; }

 p { color: rgb(188,116,235); }

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

background-color css

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

 a { background-color: rgb(188,116,235); }

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

border-color css

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

 span { border-color: rgb(188,116,235); }

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