Html Css Color HEX #B672FB Heliotrope

📋 copy color: '#B672FB'

red 182 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #B672FB

Tints of Heliotrope #B672FB

RGB

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

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

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

R = 33.27%
G = 20.84%
B = 45.89%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B672FB (or 0xB672FB) is known color: Heliotrope. HEX triplet: B6, 72 and FB. RGB value is (182,114,251). Sum of RGB (Red+Green+Blue) = 182+114+251=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B672FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672FB is #498D04. Grayscale: #959595. Windows color (decimal): -4820229 or 16478902. OLE color: 16478902.

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

Color convert

RGB 182 114 251 -
CMYK 0.27 0.55 0 0.02
HSL 269.78º 0.94% 0.72% -
HSV(B) 269.78º 0.55% 0.98% -
XYZ 42.72 28.94 94.6 -
YUV 149.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 182 114 251 0.27 0.55 0 0.02 269.78 0.94 0.72
Hex B6 72 FB 1B 37 0 2 10E 5E 48
Octal 266 162 373 33 67 0 2 416 136 110
Binary 10110110 1110010 11111011 11011 110111 0 10 100001110 1011110 1001000

Color Harmonies of #B672FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672FB

Black with #B672FB

Text Example


Text Example

White with #B672FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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