Html Css Color HEX #BC65F0 Medium Orchid

📋 copy color: '#BC65F0'

red 188 ◦ green 101 ◦ blue 240

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

Shades of Medium Orchid #BC65F0

Tints of Medium Orchid #BC65F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 35.54%
G = 19.09%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC65F0 (or 0xBC65F0) is known color: Medium Orchid. HEX triplet: BC, 65 and F0. RGB value is (188,101,240). Sum of RGB (Red+Green+Blue) = 188+101+240=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC65F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65F0 is #439A0F. Grayscale: #8E8E8E. Windows color (decimal): -4430352 or 15754684. OLE color: 15754684.

HSL color Cylindrical-coordinate representation of color #BC65F0: hue angle of 277.55º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC65F0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 101 240 -
CMYK 0.22 0.58 0 0.06
HSL 277.55º 0.82% 0.67% -
HSV(B) 277.55º 0.58% 0.94% -
XYZ 41.12 26.29 85.35 -
YUV 142.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 188 101 240 0.22 0.58 0 0.06 277.55 0.82 0.67
Hex BC 65 F0 16 3A 0 6 116 52 43
Octal 274 145 360 26 72 0 6 426 122 103
Binary 10111100 1100101 11110000 10110 111010 0 110 100010110 1010010 1000011

Color Harmonies of #BC65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65F0

Black with #BC65F0

Text Example


Text Example

White with #BC65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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