Html Css Color HEX #B466F9 Medium Orchid

📋 copy color: '#B466F9'

red 180 ◦ green 102 ◦ blue 249

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

Shades of Medium Orchid #B466F9

Tints of Medium Orchid #B466F9

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

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

 BLUE value IS 249 (97.66% from 255) = 46.89%

R = 33.9%
G = 19.21%
B = 46.89%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B466F9 (or 0xB466F9) is known color: Medium Orchid. HEX triplet: B4, 66 and F9. RGB value is (180,102,249). Sum of RGB (Red+Green+Blue) = 180+102+249=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #B466F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466F9 is #4B9906. Grayscale: #8D8D8D. Windows color (decimal): -4954375 or 16344756. OLE color: 16344756.

HSL color Cylindrical-coordinate representation of color #B466F9: hue angle of 271.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B466F9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 102 249 -
CMYK 0.28 0.59 0 0.02
HSL 271.84º 0.92% 0.69% -
HSV(B) 271.84º 0.59% 0.98% -
XYZ 40.67 26.05 92.51 -
YUV 142.08 188.34 155.05 -
System Red Green Blue C M Y K H S L
Decimal 180 102 249 0.28 0.59 0 0.02 271.84 0.92 0.69
Hex B4 66 F9 1C 3B 0 2 110 5C 45
Octal 264 146 371 34 73 0 2 420 134 105
Binary 10110100 1100110 11111001 11100 111011 0 10 100010000 1011100 1000101

Color Harmonies of #B466F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466F9

Black with #B466F9

Text Example


Text Example

White with #B466F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466F9; }

 p { color: rgb(180,102,249); }

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

background-color css

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

 a { background-color: rgb(180,102,249); }

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

border-color css

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

 span { border-color: rgb(180,102,249); }

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