Html Css Color HEX #B766FA Heliotrope

📋 copy color: '#B766FA'

red 183 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #B766FA

Tints of Heliotrope #B766FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.07%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 34.21%
G = 19.07%
B = 46.73%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B766FA (or 0xB766FA) is known color: Heliotrope. HEX triplet: B7, 66 and FA. RGB value is (183,102,250). Sum of RGB (Red+Green+Blue) = 183+102+250=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B766FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766FA is #489905. Grayscale: #8E8E8E. Windows color (decimal): -4757766 or 16410295. OLE color: 16410295.

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

Color convert

RGB 183 102 250 -
CMYK 0.27 0.59 0 0.02
HSL 272.84º 0.94% 0.69% -
HSV(B) 272.84º 0.59% 0.98% -
XYZ 41.54 26.47 93.36 -
YUV 143.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 183 102 250 0.27 0.59 0 0.02 272.84 0.94 0.69
Hex B7 66 FA 1B 3B 0 2 111 5E 45
Octal 267 146 372 33 73 0 2 421 136 105
Binary 10110111 1100110 11111010 11011 111011 0 10 100010001 1011110 1000101

Color Harmonies of #B766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B766FA

Black with #B766FA

Text Example


Text Example

White with #B766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B766FA; }

 p { color: rgb(183,102,250); }

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

background-color css

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

 a { background-color: rgb(183,102,250); }

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

border-color css

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

 span { border-color: rgb(183,102,250); }

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