Html Css Color HEX #B267FE Medium Purple

📋 copy color: '#B267FE'

red 178 ◦ green 103 ◦ blue 254

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

Shades of Medium Purple #B267FE

Tints of Medium Purple #B267FE

RGB

 RED value IS 178 (69.92% from 255) = 33.27%

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 33.27%
G = 19.25%
B = 47.48%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B267FE (or 0xB267FE) is known color: Medium Purple. HEX triplet: B2, 67 and FE. RGB value is (178,103,254). Sum of RGB (Red+Green+Blue) = 178+103+254=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B267FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B267FE is #4D9801. Grayscale: #8E8E8E. Windows color (decimal): -5085186 or 16672690. OLE color: 16672690.

HSL color Cylindrical-coordinate representation of color #B267FE: hue angle of 269.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B267FE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 103 254 -
CMYK 0.30 0.59 0 0.00
HSL 269.8º 0.99% 0.7% -
HSV(B) 269.8º 0.59% 1% -
XYZ 41.1 26.32 96.68 -
YUV 142.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 178 103 254 0.30 0.59 0 0.00 269.8 0.99 0.7
Hex B2 67 FE 1E 3B 0 0 10E 63 46
Octal 262 147 376 36 73 0 0 416 143 106
Binary 10110010 1100111 11111110 11110 111011 0 0 100001110 1100011 1000110

Color Harmonies of #B267FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267FE

Black with #B267FE

Text Example


Text Example

White with #B267FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267FE; }

 p { color: rgb(178,103,254); }

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

background-color css

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

 a { background-color: rgb(178,103,254); }

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

border-color css

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

 span { border-color: rgb(178,103,254); }

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