Html Css Color HEX #B268FB Medium Purple

📋 copy color: '#B268FB'

red 178 ◦ green 104 ◦ blue 251

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

Shades of Medium Purple #B268FB

Tints of Medium Purple #B268FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 33.4%
G = 19.51%
B = 47.09%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B268FB (or 0xB268FB) is known color: Medium Purple. HEX triplet: B2, 68 and FB. RGB value is (178,104,251). Sum of RGB (Red+Green+Blue) = 178+104+251=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #B268FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268FB is #4D9704. Grayscale: #8E8E8E. Windows color (decimal): -5084933 or 16476338. OLE color: 16476338.

HSL color Cylindrical-coordinate representation of color #B268FB: hue angle of 270.2º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B268FB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 104 251 -
CMYK 0.29 0.59 0 0.02
HSL 270.2º 0.95% 0.7% -
HSV(B) 270.2º 0.59% 0.98% -
XYZ 40.72 26.33 94.2 -
YUV 142.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 178 104 251 0.29 0.59 0 0.02 270.2 0.95 0.7
Hex B2 68 FB 1D 3B 0 2 10E 5F 46
Octal 262 150 373 35 73 0 2 416 137 106
Binary 10110010 1101000 11111011 11101 111011 0 10 100001110 1011111 1000110

Color Harmonies of #B268FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268FB

Black with #B268FB

Text Example


Text Example

White with #B268FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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