Html Css Color HEX #B067F2 Medium Purple

📋 copy color: '#B067F2'

red 176 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #B067F2

Tints of Medium Purple #B067F2

RGB

 RED value IS 176 (69.14% from 255) = 33.78%

 GREEN value IS 103 (40.63% from 255) = 19.77%

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

R = 33.78%
G = 19.77%
B = 46.45%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B067F2 (or 0xB067F2) is known color: Medium Purple. HEX triplet: B0, 67 and F2. RGB value is (176,103,242). Sum of RGB (Red+Green+Blue) = 176+103+242=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #B067F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067F2 is #4F980D. Grayscale: #8C8C8C. Windows color (decimal): -5216270 or 15886256. OLE color: 15886256.

HSL color Cylindrical-coordinate representation of color #B067F2: hue angle of 271.51º 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 #B067F2 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 103 242 -
CMYK 0.27 0.57 0 0.05
HSL 271.51º 0.84% 0.68% -
HSV(B) 271.51º 0.57% 0.95% -
XYZ 38.78 25.34 86.85 -
YUV 140.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 176 103 242 0.27 0.57 0 0.05 271.51 0.84 0.68
Hex B0 67 F2 1B 39 0 5 110 54 44
Octal 260 147 362 33 71 0 5 420 124 104
Binary 10110000 1100111 11110010 11011 111001 0 101 100010000 1010100 1000100

Color Harmonies of #B067F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067F2

Black with #B067F2

Text Example


Text Example

White with #B067F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067F2; }

 p { color: rgb(176,103,242); }

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

background-color css

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

 a { background-color: rgb(176,103,242); }

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

border-color css

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

 span { border-color: rgb(176,103,242); }

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