Html Css Color HEX #BC75EA Medium Orchid

📋 copy color: '#BC75EA'

red 188 ◦ green 117 ◦ blue 234

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

Shades of Medium Orchid #BC75EA

Tints of Medium Orchid #BC75EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.71%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 34.88%
G = 21.71%
B = 43.41%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC75EA (or 0xBC75EA) is known color: Medium Orchid. HEX triplet: BC, 75 and EA. RGB value is (188,117,234). Sum of RGB (Red+Green+Blue) = 188+117+234=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75EA is #438A15. Grayscale: #979797. Windows color (decimal): -4426262 or 15365564. OLE color: 15365564.

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

Color convert

RGB 188 117 234 -
CMYK 0.20 0.5 0 0.08
HSL 276.41º 0.74% 0.69% -
HSV(B) 276.41º 0.5% 0.92% -
XYZ 41.95 29.35 81.3 -
YUV 151.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 188 117 234 0.20 0.5 0 0.08 276.41 0.74 0.69
Hex BC 75 EA 14 32 0 8 114 4A 45
Octal 274 165 352 24 62 0 10 424 112 105
Binary 10111100 1110101 11101010 10100 110010 0 1000 100010100 1001010 1000101

Color Harmonies of #BC75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC75EA

Black with #BC75EA

Text Example


Text Example

White with #BC75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC75EA; }

 p { color: rgb(188,117,234); }

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

background-color css

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

 a { background-color: rgb(188,117,234); }

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

border-color css

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

 span { border-color: rgb(188,117,234); }

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