Html Css Color HEX #B669FD Heliotrope

📋 copy color: '#B669FD'

red 182 ◦ green 105 ◦ blue 253

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

Shades of Heliotrope #B669FD

Tints of Heliotrope #B669FD

RGB

 RED value IS 182 (71.48% from 255) = 33.7%

 GREEN value IS 105 (41.41% from 255) = 19.44%

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

R = 33.7%
G = 19.44%
B = 46.85%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B669FD (or 0xB669FD) is known color: Heliotrope. HEX triplet: B6, 69 and FD. RGB value is (182,105,253). Sum of RGB (Red+Green+Blue) = 182+105+253=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #B669FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669FD is #499602. Grayscale: #909090. Windows color (decimal): -4822531 or 16607670. OLE color: 16607670.

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

Color convert

RGB 182 105 253 -
CMYK 0.28 0.58 0 0.01
HSL 271.22º 0.97% 0.7% -
HSV(B) 271.22º 0.58% 0.99% -
XYZ 42.07 27.14 95.95 -
YUV 144.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 182 105 253 0.28 0.58 0 0.01 271.22 0.97 0.7
Hex B6 69 FD 1C 3A 0 1 10F 61 46
Octal 266 151 375 34 72 0 1 417 141 106
Binary 10110110 1101001 11111101 11100 111010 0 1 100001111 1100001 1000110

Color Harmonies of #B669FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669FD

Black with #B669FD

Text Example


Text Example

White with #B669FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669FD; }

 p { color: rgb(182,105,253); }

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

background-color css

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

 a { background-color: rgb(182,105,253); }

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

border-color css

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

 span { border-color: rgb(182,105,253); }

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