Html Css Color HEX #BC66F3 Medium Orchid

📋 copy color: '#BC66F3'

red 188 ◦ green 102 ◦ blue 243

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

Shades of Medium Orchid #BC66F3

Tints of Medium Orchid #BC66F3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 35.27%
G = 19.14%
B = 45.59%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC66F3 (or 0xBC66F3) is known color: Medium Orchid. HEX triplet: BC, 66 and F3. RGB value is (188,102,243). Sum of RGB (Red+Green+Blue) = 188+102+243=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66F3 is #43990C. Grayscale: #8F8F8F. Windows color (decimal): -4430093 or 15951548. OLE color: 15951548.

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

Color convert

RGB 188 102 243 -
CMYK 0.23 0.58 0 0.05
HSL 276.6º 0.85% 0.68% -
HSV(B) 276.6º 0.58% 0.95% -
XYZ 41.67 26.67 87.74 -
YUV 143.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 188 102 243 0.23 0.58 0 0.05 276.6 0.85 0.68
Hex BC 66 F3 17 3A 0 5 115 55 44
Octal 274 146 363 27 72 0 5 425 125 104
Binary 10111100 1100110 11110011 10111 111010 0 101 100010101 1010101 1000100

Color Harmonies of #BC66F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC66F3

Black with #BC66F3

Text Example


Text Example

White with #BC66F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC66F3; }

 p { color: rgb(188,102,243); }

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

background-color css

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

 a { background-color: rgb(188,102,243); }

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

border-color css

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

 span { border-color: rgb(188,102,243); }

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