Html Css Color HEX #B770FA Heliotrope

📋 copy color: '#B770FA'

red 183 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #B770FA

Tints of Heliotrope #B770FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.55%

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

R = 33.58%
G = 20.55%
B = 45.87%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B770FA (or 0xB770FA) is known color: Heliotrope. HEX triplet: B7, 70 and FA. RGB value is (183,112,250). Sum of RGB (Red+Green+Blue) = 183+112+250=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #B770FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770FA is #488F05. Grayscale: #949494. Windows color (decimal): -4755206 or 16412855. OLE color: 16412855.

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

Color convert

RGB 183 112 250 -
CMYK 0.27 0.55 0 0.02
HSL 270.87º 0.93% 0.71% -
HSV(B) 270.87º 0.55% 0.98% -
XYZ 42.58 28.56 93.71 -
YUV 148.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 183 112 250 0.27 0.55 0 0.02 270.87 0.93 0.71
Hex B7 70 FA 1B 37 0 2 10F 5D 47
Octal 267 160 372 33 67 0 2 417 135 107
Binary 10110111 1110000 11111010 11011 110111 0 10 100001111 1011101 1000111

Color Harmonies of #B770FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770FA

Black with #B770FA

Text Example


Text Example

White with #B770FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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