Html Css Color HEX #B968FE Heliotrope

📋 copy color: '#B968FE'

red 185 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #B968FE

Tints of Heliotrope #B968FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 34.07%
G = 19.15%
B = 46.78%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B968FE (or 0xB968FE) is known color: Heliotrope. HEX triplet: B9, 68 and FE. RGB value is (185,104,254). Sum of RGB (Red+Green+Blue) = 185+104+254=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #B968FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968FE is #469701. Grayscale: #909090. Windows color (decimal): -4626178 or 16672953. OLE color: 16672953.

HSL color Cylindrical-coordinate representation of color #B968FE: hue angle of 272.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B968FE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 104 254 -
CMYK 0.27 0.59 0 0.00
HSL 272.4º 0.99% 0.7% -
HSV(B) 272.4º 0.59% 1% -
XYZ 42.85 27.37 96.79 -
YUV 145.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 185 104 254 0.27 0.59 0 0.00 272.4 0.99 0.7
Hex B9 68 FE 1B 3B 0 0 110 63 46
Octal 271 150 376 33 73 0 0 420 143 106
Binary 10111001 1101000 11111110 11011 111011 0 0 100010000 1100011 1000110

Color Harmonies of #B968FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968FE

Black with #B968FE

Text Example


Text Example

White with #B968FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968FE; }

 p { color: rgb(185,104,254); }

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

background-color css

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

 a { background-color: rgb(185,104,254); }

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

border-color css

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

 span { border-color: rgb(185,104,254); }

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