Html Css Color HEX #B268FD Medium Purple

📋 copy color: '#B268FD'

red 178 ◦ green 104 ◦ blue 253

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

Shades of Medium Purple #B268FD

Tints of Medium Purple #B268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 33.27%
G = 19.44%
B = 47.29%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B268FD (or 0xB268FD) is known color: Medium Purple. HEX triplet: B2, 68 and FD. RGB value is (178,104,253). Sum of RGB (Red+Green+Blue) = 178+104+253=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #B268FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268FD is #4D9702. Grayscale: #8E8E8E. Windows color (decimal): -5084931 or 16607410. OLE color: 16607410.

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

Color convert

RGB 178 104 253 -
CMYK 0.30 0.59 0 0.01
HSL 269.8º 0.97% 0.7% -
HSV(B) 269.8º 0.59% 0.99% -
XYZ 41.04 26.46 95.87 -
YUV 143.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 178 104 253 0.30 0.59 0 0.01 269.8 0.97 0.7
Hex B2 68 FD 1E 3B 0 1 10E 61 46
Octal 262 150 375 36 73 0 1 416 141 106
Binary 10110010 1101000 11111101 11110 111011 0 1 100001110 1100001 1000110

Color Harmonies of #B268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268FD

Black with #B268FD

Text Example


Text Example

White with #B268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268FD; }

 p { color: rgb(178,104,253); }

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

background-color css

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

 a { background-color: rgb(178,104,253); }

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

border-color css

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

 span { border-color: rgb(178,104,253); }

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