Html Css Color HEX #B967FA Heliotrope

📋 copy color: '#B967FA'

red 185 ◦ green 103 ◦ blue 250

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

Shades of Heliotrope #B967FA

Tints of Heliotrope #B967FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 34.39%
G = 19.14%
B = 46.47%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B967FA (or 0xB967FA) is known color: Heliotrope. HEX triplet: B9, 67 and FA. RGB value is (185,103,250). Sum of RGB (Red+Green+Blue) = 185+103+250=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #B967FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FA is #469805. Grayscale: #8F8F8F. Windows color (decimal): -4626438 or 16410553. OLE color: 16410553.

HSL color Cylindrical-coordinate representation of color #B967FA: hue angle of 273.47º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B967FA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 103 250 -
CMYK 0.26 0.59 0 0.02
HSL 273.47º 0.94% 0.69% -
HSV(B) 273.47º 0.59% 0.98% -
XYZ 42.11 26.92 93.42 -
YUV 144.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 185 103 250 0.26 0.59 0 0.02 273.47 0.94 0.69
Hex B9 67 FA 1A 3B 0 2 111 5E 45
Octal 271 147 372 32 73 0 2 421 136 105
Binary 10111001 1100111 11111010 11010 111011 0 10 100010001 1011110 1000101

Color Harmonies of #B967FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967FA

Black with #B967FA

Text Example


Text Example

White with #B967FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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