Html Css Color HEX #B669EF Medium Orchid

📋 copy color: '#B669EF'

red 182 ◦ green 105 ◦ blue 239

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

Shades of Medium Orchid #B669EF

Tints of Medium Orchid #B669EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 34.6%
G = 19.96%
B = 45.44%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B669EF (or 0xB669EF) is known color: Medium Orchid. HEX triplet: B6, 69 and EF. RGB value is (182,105,239). Sum of RGB (Red+Green+Blue) = 182+105+239=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #B669EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EF is #499610. Grayscale: #8E8E8E. Windows color (decimal): -4822545 or 15690166. OLE color: 15690166.

HSL color Cylindrical-coordinate representation of color #B669EF: hue angle of 274.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B669EF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 105 239 -
CMYK 0.24 0.56 0 0.06
HSL 274.48º 0.81% 0.67% -
HSV(B) 274.48º 0.56% 0.94% -
XYZ 39.92 26.28 84.63 -
YUV 143.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 182 105 239 0.24 0.56 0 0.06 274.48 0.81 0.67
Hex B6 69 EF 18 38 0 6 112 51 43
Octal 266 151 357 30 70 0 6 422 121 103
Binary 10110110 1101001 11101111 11000 111000 0 110 100010010 1010001 1000011

Color Harmonies of #B669EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669EF

Black with #B669EF

Text Example


Text Example

White with #B669EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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