Html Css Color HEX #B672FC Heliotrope

📋 copy color: '#B672FC'

red 182 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #B672FC

Tints of Heliotrope #B672FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 33.21%
G = 20.8%
B = 45.99%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B672FC (or 0xB672FC) is known color: Heliotrope. HEX triplet: B6, 72 and FC. RGB value is (182,114,252). Sum of RGB (Red+Green+Blue) = 182+114+252=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #B672FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672FC is #498D03. Grayscale: #959595. Windows color (decimal): -4820228 or 16544438. OLE color: 16544438.

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

Color convert

RGB 182 114 252 -
CMYK 0.28 0.55 0 0.01
HSL 269.57º 0.96% 0.72% -
HSV(B) 269.57º 0.55% 0.99% -
XYZ 42.88 29.01 95.43 -
YUV 150.06 185.53 150.78 -
System Red Green Blue C M Y K H S L
Decimal 182 114 252 0.28 0.55 0 0.01 269.57 0.96 0.72
Hex B6 72 FC 1C 37 0 1 10E 60 48
Octal 266 162 374 34 67 0 1 416 140 110
Binary 10110110 1110010 11111100 11100 110111 0 1 100001110 1100000 1001000

Color Harmonies of #B672FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672FC

Black with #B672FC

Text Example


Text Example

White with #B672FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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