Html Css Color HEX #B669E1 Medium Orchid

📋 copy color: '#B669E1'

red 182 ◦ green 105 ◦ blue 225

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

Shades of Medium Orchid #B669E1

Tints of Medium Orchid #B669E1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.51%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 35.55%
G = 20.51%
B = 43.95%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B669E1 (or 0xB669E1) is known color: Medium Orchid. HEX triplet: B6, 69 and E1. RGB value is (182,105,225). Sum of RGB (Red+Green+Blue) = 182+105+225=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #B669E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669E1 is #49961E. Grayscale: #8D8D8D. Windows color (decimal): -4822559 or 14772662. OLE color: 14772662.

HSL color Cylindrical-coordinate representation of color #B669E1: hue angle of 278.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B669E1 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 105 225 -
CMYK 0.19 0.53 0 0.12
HSL 278.5º 0.67% 0.65% -
HSV(B) 278.5º 0.53% 0.88% -
XYZ 37.93 25.48 74.15 -
YUV 141.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 182 105 225 0.19 0.53 0 0.12 278.5 0.67 0.65
Hex B6 69 E1 13 35 0 C 116 43 41
Octal 266 151 341 23 65 0 14 426 103 101
Binary 10110110 1101001 11100001 10011 110101 0 1100 100010110 1000011 1000001

Color Harmonies of #B669E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669E1

Black with #B669E1

Text Example


Text Example

White with #B669E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669E1; }

 p { color: rgb(182,105,225); }

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

background-color css

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

 a { background-color: rgb(182,105,225); }

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

border-color css

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

 span { border-color: rgb(182,105,225); }

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