Html Css Color HEX #B77BFD Heliotrope

📋 copy color: '#B77BFD'

red 183 ◦ green 123 ◦ blue 253

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

Shades of Heliotrope #B77BFD

Tints of Heliotrope #B77BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 32.74%
G = 22%
B = 45.26%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B77BFD (or 0xB77BFD) is known color: Heliotrope. HEX triplet: B7, 7B and FD. RGB value is (183,123,253). Sum of RGB (Red+Green+Blue) = 183+123+253=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B77BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77BFD is #488402. Grayscale: #9B9B9B. Windows color (decimal): -4752387 or 16612279. OLE color: 16612279.

HSL color Cylindrical-coordinate representation of color #B77BFD: hue angle of 267.69º degrees, saturation: 0.97, 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 #B77BFD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 123 253 -
CMYK 0.28 0.51 0 0.01
HSL 267.69º 0.97% 0.74% -
HSV(B) 267.69º 0.51% 0.99% -
XYZ 44.34 31.33 96.64 -
YUV 155.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 183 123 253 0.28 0.51 0 0.01 267.69 0.97 0.74
Hex B7 7B FD 1C 33 0 1 10C 61 4A
Octal 267 173 375 34 63 0 1 414 141 112
Binary 10110111 1111011 11111101 11100 110011 0 1 100001100 1100001 1001010

Color Harmonies of #B77BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77BFD

Black with #B77BFD

Text Example


Text Example

White with #B77BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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