Html Css Color HEX #B77BFC Heliotrope

📋 copy color: '#B77BFC'

red 183 ◦ green 123 ◦ blue 252

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

Shades of Heliotrope #B77BFC

Tints of Heliotrope #B77BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 32.8%
G = 22.04%
B = 45.16%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B77BFC (or 0xB77BFC) is known color: Heliotrope. HEX triplet: B7, 7B and FC. RGB value is (183,123,252). Sum of RGB (Red+Green+Blue) = 183+123+252=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #B77BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BFC is #488403. Grayscale: #9B9B9B. Windows color (decimal): -4752388 or 16546743. OLE color: 16546743.

HSL color Cylindrical-coordinate representation of color #B77BFC: hue angle of 267.91º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77BFC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 123 252 -
CMYK 0.27 0.51 0 0.01
HSL 267.91º 0.96% 0.74% -
HSV(B) 267.91º 0.51% 0.99% -
XYZ 44.18 31.26 95.8 -
YUV 155.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 183 123 252 0.27 0.51 0 0.01 267.91 0.96 0.74
Hex B7 7B FC 1B 33 0 1 10C 60 4A
Octal 267 173 374 33 63 0 1 414 140 112
Binary 10110111 1111011 11111100 11011 110011 0 1 100001100 1100000 1001010

Color Harmonies of #B77BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BFC

Black with #B77BFC

Text Example


Text Example

White with #B77BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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