Html Css Color HEX #BC65E7 Medium Orchid

📋 copy color: '#BC65E7'

red 188 ◦ green 101 ◦ blue 231

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

Shades of Medium Orchid #BC65E7

Tints of Medium Orchid #BC65E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.42%

R = 36.15%
G = 19.42%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC65E7 (or 0xBC65E7) is known color: Medium Orchid. HEX triplet: BC, 65 and E7. RGB value is (188,101,231). Sum of RGB (Red+Green+Blue) = 188+101+231=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC65E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65E7 is #439A18. Grayscale: #8D8D8D. Windows color (decimal): -4430361 or 15164860. OLE color: 15164860.

HSL color Cylindrical-coordinate representation of color #BC65E7: hue angle of 280.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC65E7 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 101 231 -
CMYK 0.19 0.56 0 0.09
HSL 280.15º 0.73% 0.65% -
HSV(B) 280.15º 0.56% 0.91% -
XYZ 39.82 25.77 78.48 -
YUV 141.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 188 101 231 0.19 0.56 0 0.09 280.15 0.73 0.65
Hex BC 65 E7 13 38 0 9 118 49 41
Octal 274 145 347 23 70 0 11 430 111 101
Binary 10111100 1100101 11100111 10011 111000 0 1001 100011000 1001001 1000001

Color Harmonies of #BC65E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65E7

Black with #BC65E7

Text Example


Text Example

White with #BC65E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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