Html Css Color HEX #B666F8 Medium Orchid

📋 copy color: '#B666F8'

red 182 ◦ green 102 ◦ blue 248

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

Shades of Medium Orchid #B666F8

Tints of Medium Orchid #B666F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 34.21%
G = 19.17%
B = 46.62%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B666F8 (or 0xB666F8) is known color: Medium Orchid. HEX triplet: B6, 66 and F8. RGB value is (182,102,248). Sum of RGB (Red+Green+Blue) = 182+102+248=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #B666F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666F8 is #499907. Grayscale: #8E8E8E. Windows color (decimal): -4823304 or 16279222. OLE color: 16279222.

HSL color Cylindrical-coordinate representation of color #B666F8: hue angle of 272.88º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B666F8 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 102 248 -
CMYK 0.27 0.59 0 0.03
HSL 272.88º 0.91% 0.69% -
HSV(B) 272.88º 0.59% 0.97% -
XYZ 40.99 26.23 91.71 -
YUV 142.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 182 102 248 0.27 0.59 0 0.03 272.88 0.91 0.69
Hex B6 66 F8 1B 3B 0 3 111 5B 45
Octal 266 146 370 33 73 0 3 421 133 105
Binary 10110110 1100110 11111000 11011 111011 0 11 100010001 1011011 1000101

Color Harmonies of #B666F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666F8

Black with #B666F8

Text Example


Text Example

White with #B666F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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