Html Css Color HEX #B67AF2 Medium Purple

📋 copy color: '#B67AF2'

red 182 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #B67AF2

Tints of Medium Purple #B67AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.34%

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

R = 33.33%
G = 22.34%
B = 44.32%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B67AF2 (or 0xB67AF2) is known color: Medium Purple. HEX triplet: B6, 7A and F2. RGB value is (182,122,242). Sum of RGB (Red+Green+Blue) = 182+122+242=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #B67AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AF2 is #49850D. Grayscale: #999999. Windows color (decimal): -4818190 or 15891126. OLE color: 15891126.

HSL color Cylindrical-coordinate representation of color #B67AF2: hue angle of 270º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67AF2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 122 242 -
CMYK 0.25 0.50 0 0.05
HSL 270º 0.82% 0.71% -
HSV(B) 270º 0.5% 0.95% -
XYZ 42.28 30.27 87.62 -
YUV 153.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 182 122 242 0.25 0.50 0 0.05 270 0.82 0.71
Hex B6 7A F2 19 32 0 5 10E 52 47
Octal 266 172 362 31 62 0 5 416 122 107
Binary 10110110 1111010 11110010 11001 110010 0 101 100001110 1010010 1000111

Color Harmonies of #B67AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67AF2

Black with #B67AF2

Text Example


Text Example

White with #B67AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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