Html Css Color HEX #B774FA Heliotrope

📋 copy color: '#B774FA'

red 183 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #B774FA

Tints of Heliotrope #B774FA

RGB

 RED value IS 183 (71.88% from 255) = 33.33%

 GREEN value IS 116 (45.7% from 255) = 21.13%

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

R = 33.33%
G = 21.13%
B = 45.54%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B774FA (or 0xB774FA) is known color: Heliotrope. HEX triplet: B7, 74 and FA. RGB value is (183,116,250). Sum of RGB (Red+Green+Blue) = 183+116+250=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #B774FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774FA is #488B05. Grayscale: #969696. Windows color (decimal): -4754182 or 16413879. OLE color: 16413879.

HSL color Cylindrical-coordinate representation of color #B774FA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B774FA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 116 250 -
CMYK 0.27 0.54 0 0.02
HSL 270º 0.93% 0.72% -
HSV(B) 270º 0.54% 0.98% -
XYZ 43.03 29.46 93.86 -
YUV 151.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 183 116 250 0.27 0.54 0 0.02 270 0.93 0.72
Hex B7 74 FA 1B 36 0 2 10E 5D 48
Octal 267 164 372 33 66 0 2 416 135 110
Binary 10110111 1110100 11111010 11011 110110 0 10 100001110 1011101 1001000

Color Harmonies of #B774FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774FA

Black with #B774FA

Text Example


Text Example

White with #B774FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774FA; }

 p { color: rgb(183,116,250); }

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

background-color css

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

 a { background-color: rgb(183,116,250); }

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

border-color css

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

 span { border-color: rgb(183,116,250); }

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