Html Css Color HEX #BC69F0 Medium Orchid

📋 copy color: '#BC69F0'

red 188 ◦ green 105 ◦ blue 240

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

Shades of Medium Orchid #BC69F0

Tints of Medium Orchid #BC69F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.7%

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

R = 35.27%
G = 19.7%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC69F0 (or 0xBC69F0) is known color: Medium Orchid. HEX triplet: BC, 69 and F0. RGB value is (188,105,240). Sum of RGB (Red+Green+Blue) = 188+105+240=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69F0 is #43960F. Grayscale: #909090. Windows color (decimal): -4429328 or 15755708. OLE color: 15755708.

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

Color convert

RGB 188 105 240 -
CMYK 0.22 0.56 0 0.06
HSL 276.89º 0.82% 0.68% -
HSV(B) 276.89º 0.56% 0.94% -
XYZ 41.52 27.09 85.48 -
YUV 145.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 188 105 240 0.22 0.56 0 0.06 276.89 0.82 0.68
Hex BC 69 F0 16 38 0 6 115 52 44
Octal 274 151 360 26 70 0 6 425 122 104
Binary 10111100 1101001 11110000 10110 111000 0 110 100010101 1010010 1000100

Color Harmonies of #BC69F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69F0

Black with #BC69F0

Text Example


Text Example

White with #BC69F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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