Html Css Color HEX #B880FD Heliotrope

📋 copy color: '#B880FD'

red 184 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #B880FD

Tints of Heliotrope #B880FD

RGB

 RED value IS 184 (72.27% from 255) = 32.57%

 GREEN value IS 128 (50.39% from 255) = 22.65%

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

R = 32.57%
G = 22.65%
B = 44.78%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B880FD (or 0xB880FD) is known color: Heliotrope. HEX triplet: B8, 80 and FD. RGB value is (184,128,253). Sum of RGB (Red+Green+Blue) = 184+128+253=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #B880FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880FD is #477F02. Grayscale: #9E9E9E. Windows color (decimal): -4685571 or 16613560. OLE color: 16613560.

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

Color convert

RGB 184 128 253 -
CMYK 0.27 0.49 0 0.01
HSL 266.88º 0.97% 0.75% -
HSV(B) 266.88º 0.49% 0.99% -
XYZ 45.22 32.72 96.86 -
YUV 158.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 184 128 253 0.27 0.49 0 0.01 266.88 0.97 0.75
Hex B8 80 FD 1B 31 0 1 10B 61 4B
Octal 270 200 375 33 61 0 1 413 141 113
Binary 10111000 10000000 11111101 11011 110001 0 1 100001011 1100001 1001011

Color Harmonies of #B880FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880FD

Black with #B880FD

Text Example


Text Example

White with #B880FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880FD; }

 p { color: rgb(184,128,253); }

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

background-color css

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

 a { background-color: rgb(184,128,253); }

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

border-color css

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

 span { border-color: rgb(184,128,253); }

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