Html Css Color HEX #B669F4 Medium Orchid

📋 copy color: '#B669F4'

red 182 ◦ green 105 ◦ blue 244

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

Shades of Medium Orchid #B669F4

Tints of Medium Orchid #B669F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 34.27%
G = 19.77%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B669F4 (or 0xB669F4) is known color: Medium Orchid. HEX triplet: B6, 69 and F4. RGB value is (182,105,244). Sum of RGB (Red+Green+Blue) = 182+105+244=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #B669F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F4 is #49960B. Grayscale: #8F8F8F. Windows color (decimal): -4822540 or 16017846. OLE color: 16017846.

HSL color Cylindrical-coordinate representation of color #B669F4: hue angle of 273.24º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B669F4 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 105 244 -
CMYK 0.25 0.57 0 0.04
HSL 273.24º 0.86% 0.68% -
HSV(B) 273.24º 0.57% 0.96% -
XYZ 40.67 26.58 88.57 -
YUV 143.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 182 105 244 0.25 0.57 0 0.04 273.24 0.86 0.68
Hex B6 69 F4 19 39 0 4 111 56 44
Octal 266 151 364 31 71 0 4 421 126 104
Binary 10110110 1101001 11110100 11001 111001 0 100 100010001 1010110 1000100

Color Harmonies of #B669F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669F4

Black with #B669F4

Text Example


Text Example

White with #B669F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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