Html Css Color HEX #B77BFF Heliotrope

📋 copy color: '#B77BFF'

red 183 ◦ green 123 ◦ blue 255

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

Shades of Heliotrope #B77BFF

Tints of Heliotrope #B77BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

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

R = 32.62%
G = 21.93%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B77BFF (or 0xB77BFF) is known color: Heliotrope. HEX triplet: B7, 7B and FF. RGB value is (183,123,255). Sum of RGB (Red+Green+Blue) = 183+123+255=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B77BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BFF is #488400. Grayscale: #9B9B9B. Windows color (decimal): -4752385 or 16743351. OLE color: 16743351.

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

Color convert

RGB 183 123 255 -
CMYK 0.28 0.52 0 0
HSL 267.27º 1% 0.74% -
HSV(B) 267.27º 0.52% 1% -
XYZ 44.66 31.45 98.32 -
YUV 155.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 183 123 255 0.28 0.52 0 0 267.27 1 0.74
Hex B7 7B FF 1C 34 0 0 10B 64 4A
Octal 267 173 377 34 64 0 0 413 144 112
Binary 10110111 1111011 11111111 11100 110100 0 0 100001011 1100100 1001010

Color Harmonies of #B77BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BFF

Black with #B77BFF

Text Example


Text Example

White with #B77BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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