Html Css Color HEX #B270FD Medium Purple

📋 copy color: '#B270FD'

red 178 ◦ green 112 ◦ blue 253

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

Shades of Medium Purple #B270FD

Tints of Medium Purple #B270FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 32.78%
G = 20.63%
B = 46.59%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B270FD (or 0xB270FD) is known color: Medium Purple. HEX triplet: B2, 70 and FD. RGB value is (178,112,253). Sum of RGB (Red+Green+Blue) = 178+112+253=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #B270FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270FD is #4D8F02. Grayscale: #939393. Windows color (decimal): -5082883 or 16609458. OLE color: 16609458.

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

Color convert

RGB 178 112 253 -
CMYK 0.30 0.56 0 0.01
HSL 268.09º 0.97% 0.72% -
HSV(B) 268.09º 0.56% 0.99% -
XYZ 41.88 28.15 96.15 -
YUV 147.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 178 112 253 0.30 0.56 0 0.01 268.09 0.97 0.72
Hex B2 70 FD 1E 38 0 1 10C 61 48
Octal 262 160 375 36 70 0 1 414 141 110
Binary 10110010 1110000 11111101 11110 111000 0 1 100001100 1100001 1001000

Color Harmonies of #B270FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B270FD

Black with #B270FD

Text Example


Text Example

White with #B270FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B270FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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