Html Css Color HEX #B665FC Heliotrope

📋 copy color: '#B665FC'

red 182 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #B665FC

Tints of Heliotrope #B665FC

RGB

 RED value IS 182 (71.48% from 255) = 34.02%

 GREEN value IS 101 (39.84% from 255) = 18.88%

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

R = 34.02%
G = 18.88%
B = 47.1%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B665FC (or 0xB665FC) is known color: Heliotrope. HEX triplet: B6, 65 and FC. RGB value is (182,101,252). Sum of RGB (Red+Green+Blue) = 182+101+252=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B665FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665FC is #499A03. Grayscale: #8D8D8D. Windows color (decimal): -4823556 or 16541110. OLE color: 16541110.

HSL color Cylindrical-coordinate representation of color #B665FC: hue angle of 272.19º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B665FC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 101 252 -
CMYK 0.28 0.60 0 0.01
HSL 272.19º 0.96% 0.69% -
HSV(B) 272.19º 0.6% 0.99% -
XYZ 41.52 26.28 94.98 -
YUV 142.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 182 101 252 0.28 0.60 0 0.01 272.19 0.96 0.69
Hex B6 65 FC 1C 3C 0 1 110 60 45
Octal 266 145 374 34 74 0 1 420 140 105
Binary 10110110 1100101 11111100 11100 111100 0 1 100010000 1100000 1000101

Color Harmonies of #B665FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665FC

Black with #B665FC

Text Example


Text Example

White with #B665FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665FC; }

 p { color: rgb(182,101,252); }

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

background-color css

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

 a { background-color: rgb(182,101,252); }

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

border-color css

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

 span { border-color: rgb(182,101,252); }

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