Html Css Color HEX #B666F3 Medium Orchid

📋 copy color: '#B666F3'

red 182 ◦ green 102 ◦ blue 243

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

Shades of Medium Orchid #B666F3

Tints of Medium Orchid #B666F3

RGB

 RED value IS 182 (71.48% from 255) = 34.54%

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

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

R = 34.54%
G = 19.35%
B = 46.11%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B666F3 (or 0xB666F3) is known color: Medium Orchid. HEX triplet: B6, 66 and F3. RGB value is (182,102,243). Sum of RGB (Red+Green+Blue) = 182+102+243=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #B666F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666F3 is #49990C. Grayscale: #8D8D8D. Windows color (decimal): -4823309 or 15951542. OLE color: 15951542.

HSL color Cylindrical-coordinate representation of color #B666F3: hue angle of 274.04º 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 #B666F3 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 102 243 -
CMYK 0.25 0.58 0 0.05
HSL 274.04º 0.85% 0.68% -
HSV(B) 274.04º 0.58% 0.95% -
XYZ 40.22 25.92 87.68 -
YUV 141.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 182 102 243 0.25 0.58 0 0.05 274.04 0.85 0.68
Hex B6 66 F3 19 3A 0 5 112 55 44
Octal 266 146 363 31 72 0 5 422 125 104
Binary 10110110 1100110 11110011 11001 111010 0 101 100010010 1010101 1000100

Color Harmonies of #B666F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666F3

Black with #B666F3

Text Example


Text Example

White with #B666F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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