Html Css Color HEX #B777FA Heliotrope

📋 copy color: '#B777FA'

red 183 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #B777FA

Tints of Heliotrope #B777FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.56%

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

R = 33.15%
G = 21.56%
B = 45.29%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B777FA (or 0xB777FA) is known color: Heliotrope. HEX triplet: B7, 77 and FA. RGB value is (183,119,250). Sum of RGB (Red+Green+Blue) = 183+119+250=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #B777FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B777FA is #488805. Grayscale: #989898. Windows color (decimal): -4753414 or 16414647. OLE color: 16414647.

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

Color convert

RGB 183 119 250 -
CMYK 0.27 0.52 0 0.02
HSL 269.31º 0.93% 0.72% -
HSV(B) 269.31º 0.52% 0.98% -
XYZ 43.38 30.16 93.98 -
YUV 153.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 183 119 250 0.27 0.52 0 0.02 269.31 0.93 0.72
Hex B7 77 FA 1B 34 0 2 10D 5D 48
Octal 267 167 372 33 64 0 2 415 135 110
Binary 10110111 1110111 11111010 11011 110100 0 10 100001101 1011101 1001000

Color Harmonies of #B777FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B777FA

Black with #B777FA

Text Example


Text Example

White with #B777FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B777FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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