Html Css Color HEX #B669F2 Medium Orchid

📋 copy color: '#B669F2'

red 182 ◦ green 105 ◦ blue 242

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

Shades of Medium Orchid #B669F2

Tints of Medium Orchid #B669F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.75%

R = 34.4%
G = 19.85%
B = 45.75%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B669F2 (or 0xB669F2) is known color: Medium Orchid. HEX triplet: B6, 69 and F2. RGB value is (182,105,242). Sum of RGB (Red+Green+Blue) = 182+105+242=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #B669F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F2 is #49960D. Grayscale: #8F8F8F. Windows color (decimal): -4822542 or 15886774. OLE color: 15886774.

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

Color convert

RGB 182 105 242 -
CMYK 0.25 0.57 0 0.05
HSL 273.72º 0.84% 0.68% -
HSV(B) 273.72º 0.57% 0.95% -
XYZ 40.37 26.46 86.98 -
YUV 143.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 182 105 242 0.25 0.57 0 0.05 273.72 0.84 0.68
Hex B6 69 F2 19 39 0 5 112 54 44
Octal 266 151 362 31 71 0 5 422 124 104
Binary 10110110 1101001 11110010 11001 111001 0 101 100010010 1010100 1000100

Color Harmonies of #B669F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669F2

Black with #B669F2

Text Example


Text Example

White with #B669F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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