Html Css Color HEX #BC69F1 Medium Orchid

📋 copy color: '#BC69F1'

red 188 ◦ green 105 ◦ blue 241

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

Shades of Medium Orchid #BC69F1

Tints of Medium Orchid #BC69F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 35.21%
G = 19.66%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC69F1 (or 0xBC69F1) is known color: Medium Orchid. HEX triplet: BC, 69 and F1. RGB value is (188,105,241). Sum of RGB (Red+Green+Blue) = 188+105+241=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69F1 is #43960E. Grayscale: #909090. Windows color (decimal): -4429327 or 15821244. OLE color: 15821244.

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

Color convert

RGB 188 105 241 -
CMYK 0.22 0.56 0 0.05
HSL 276.62º 0.83% 0.68% -
HSV(B) 276.62º 0.56% 0.95% -
XYZ 41.67 27.15 86.26 -
YUV 145.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 188 105 241 0.22 0.56 0 0.05 276.62 0.83 0.68
Hex BC 69 F1 16 38 0 5 115 53 44
Octal 274 151 361 26 70 0 5 425 123 104
Binary 10111100 1101001 11110001 10110 111000 0 101 100010101 1010011 1000100

Color Harmonies of #BC69F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC69F1

Black with #BC69F1

Text Example


Text Example

White with #BC69F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC69F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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