Html Css Color HEX #B77BFB Heliotrope

📋 copy color: '#B77BFB'

red 183 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #B77BFB

Tints of Heliotrope #B77BFB

RGB

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

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

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

R = 32.85%
G = 22.08%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B77BFB (or 0xB77BFB) is known color: Heliotrope. HEX triplet: B7, 7B and FB. RGB value is (183,123,251). Sum of RGB (Red+Green+Blue) = 183+123+251=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B77BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BFB is #488404. Grayscale: #9B9B9B. Windows color (decimal): -4752389 or 16481207. OLE color: 16481207.

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

Color convert

RGB 183 123 251 -
CMYK 0.27 0.51 0 0.02
HSL 268.13º 0.94% 0.73% -
HSV(B) 268.13º 0.51% 0.98% -
XYZ 44.02 31.2 94.97 -
YUV 155.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 183 123 251 0.27 0.51 0 0.02 268.13 0.94 0.73
Hex B7 7B FB 1B 33 0 2 10C 5E 49
Octal 267 173 373 33 63 0 2 414 136 111
Binary 10110111 1111011 11111011 11011 110011 0 10 100001100 1011110 1001001

Color Harmonies of #B77BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BFB

Black with #B77BFB

Text Example


Text Example

White with #B77BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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