Html Css Color HEX #B466E6 Medium Orchid

📋 copy color: '#B466E6'

red 180 ◦ green 102 ◦ blue 230

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

Shades of Medium Orchid #B466E6

Tints of Medium Orchid #B466E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 35.16%
G = 19.92%
B = 44.92%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B466E6 (or 0xB466E6) is known color: Medium Orchid. HEX triplet: B4, 66 and E6. RGB value is (180,102,230). Sum of RGB (Red+Green+Blue) = 180+102+230=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #B466E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466E6 is #4B9919. Grayscale: #8B8B8B. Windows color (decimal): -4954394 or 15099572. OLE color: 15099572.

HSL color Cylindrical-coordinate representation of color #B466E6: hue angle of 276.56º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B466E6 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 102 230 -
CMYK 0.22 0.56 0 0.10
HSL 276.56º 0.72% 0.65% -
HSV(B) 276.56º 0.56% 0.9% -
XYZ 37.86 24.92 77.68 -
YUV 139.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 180 102 230 0.22 0.56 0 0.10 276.56 0.72 0.65
Hex B4 66 E6 16 38 0 A 115 48 41
Octal 264 146 346 26 70 0 12 425 110 101
Binary 10110100 1100110 11100110 10110 111000 0 1010 100010101 1001000 1000001

Color Harmonies of #B466E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B466E6

Black with #B466E6

Text Example


Text Example

White with #B466E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B466E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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