Html Css Color HEX #B775FF Heliotrope

📋 copy color: '#B775FF'

red 183 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #B775FF

Tints of Heliotrope #B775FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 32.97%
G = 21.08%
B = 45.95%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B775FF (or 0xB775FF) is known color: Heliotrope. HEX triplet: B7, 75 and FF. RGB value is (183,117,255). Sum of RGB (Red+Green+Blue) = 183+117+255=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B775FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B775FF is #488A00. Grayscale: #979797. Windows color (decimal): -4753921 or 16741815. OLE color: 16741815.

HSL color Cylindrical-coordinate representation of color #B775FF: hue angle of 268.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B775FF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 117 255 -
CMYK 0.28 0.54 0 0
HSL 268.7º 1% 0.73% -
HSV(B) 268.7º 0.54% 1% -
XYZ 43.94 30.01 98.08 -
YUV 152.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 183 117 255 0.28 0.54 0 0 268.7 1 0.73
Hex B7 75 FF 1C 36 0 0 10D 64 49
Octal 267 165 377 34 66 0 0 415 144 111
Binary 10110111 1110101 11111111 11100 110110 0 0 100001101 1100100 1001001

Color Harmonies of #B775FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775FF

Black with #B775FF

Text Example


Text Example

White with #B775FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775FF; }

 p { color: rgb(183,117,255); }

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

background-color css

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

 a { background-color: rgb(183,117,255); }

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

border-color css

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

 span { border-color: rgb(183,117,255); }

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