Html Css Color HEX #B770FB Heliotrope

📋 copy color: '#B770FB'

red 183 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #B770FB

Tints of Heliotrope #B770FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 33.52%
G = 20.51%
B = 45.97%

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

#B770FB (or 0xB770FB) is known color: Heliotrope. HEX triplet: B7, 70 and FB. RGB value is (183,112,251). Sum of RGB (Red+Green+Blue) = 183+112+251=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B770FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770FB is #488F04. Grayscale: #949494. Windows color (decimal): -4755205 or 16478391. OLE color: 16478391.

HSL color Cylindrical-coordinate representation of color #B770FB: hue angle of 270.65º degrees, saturation: 0.95, 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 #B770FB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 112 251 -
CMYK 0.27 0.55 0 0.02
HSL 270.65º 0.95% 0.71% -
HSV(B) 270.65º 0.55% 0.98% -
XYZ 42.74 28.62 94.54 -
YUV 149.08 185.52 152.2 -
System Red Green Blue C M Y K H S L
Decimal 183 112 251 0.27 0.55 0 0.02 270.65 0.95 0.71
Hex B7 70 FB 1B 37 0 2 10F 5F 47
Octal 267 160 373 33 67 0 2 417 137 107
Binary 10110111 1110000 11111011 11011 110111 0 10 100001111 1011111 1000111

Color Harmonies of #B770FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770FB

Black with #B770FB

Text Example


Text Example

White with #B770FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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