Html Css Color HEX #B967FD Heliotrope

📋 copy color: '#B967FD'

red 185 ◦ green 103 ◦ blue 253

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

Shades of Heliotrope #B967FD

Tints of Heliotrope #B967FD

RGB

 RED value IS 185 (72.66% from 255) = 34.2%

 GREEN value IS 103 (40.63% from 255) = 19.04%

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

R = 34.2%
G = 19.04%
B = 46.77%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B967FD (or 0xB967FD) is known color: Heliotrope. HEX triplet: B9, 67 and FD. RGB value is (185,103,253). Sum of RGB (Red+Green+Blue) = 185+103+253=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B967FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FD is #469802. Grayscale: #909090. Windows color (decimal): -4626435 or 16607161. OLE color: 16607161.

HSL color Cylindrical-coordinate representation of color #B967FD: hue angle of 272.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 #B967FD is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 103 253 -
CMYK 0.27 0.59 0 0.01
HSL 272.8º 0.97% 0.7% -
HSV(B) 272.8º 0.59% 0.99% -
XYZ 42.59 27.11 95.92 -
YUV 144.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 185 103 253 0.27 0.59 0 0.01 272.8 0.97 0.7
Hex B9 67 FD 1B 3B 0 1 111 61 46
Octal 271 147 375 33 73 0 1 421 141 106
Binary 10111001 1100111 11111101 11011 111011 0 1 100010001 1100001 1000110

Color Harmonies of #B967FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967FD

Black with #B967FD

Text Example


Text Example

White with #B967FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967FD; }

 p { color: rgb(185,103,253); }

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

background-color css

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

 a { background-color: rgb(185,103,253); }

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

border-color css

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

 span { border-color: rgb(185,103,253); }

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