Html Css Color HEX #BC65E0 Medium Orchid

📋 copy color: '#BC65E0'

red 188 ◦ green 101 ◦ blue 224

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

Shades of Medium Orchid #BC65E0

Tints of Medium Orchid #BC65E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.69%

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 36.65%
G = 19.69%
B = 43.66%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC65E0 (or 0xBC65E0) is known color: Medium Orchid. HEX triplet: BC, 65 and E0. RGB value is (188,101,224). Sum of RGB (Red+Green+Blue) = 188+101+224=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65E0 is #439A1F. Grayscale: #8C8C8C. Windows color (decimal): -4430368 or 14706108. OLE color: 14706108.

HSL color Cylindrical-coordinate representation of color #BC65E0: hue angle of 282.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC65E0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 101 224 -
CMYK 0.16 0.55 0 0.12
HSL 282.44º 0.66% 0.64% -
HSV(B) 282.44º 0.55% 0.88% -
XYZ 38.85 25.38 73.37 -
YUV 141.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 188 101 224 0.16 0.55 0 0.12 282.44 0.66 0.64
Hex BC 65 E0 10 37 0 C 11A 42 40
Octal 274 145 340 20 67 0 14 432 102 100
Binary 10111100 1100101 11100000 10000 110111 0 1100 100011010 1000010 1000000

Color Harmonies of #BC65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65E0

Black with #BC65E0

Text Example


Text Example

White with #BC65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65E0; }

 p { color: rgb(188,101,224); }

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

background-color css

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

 a { background-color: rgb(188,101,224); }

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

border-color css

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

 span { border-color: rgb(188,101,224); }

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