Html Css Color HEX #B670FF Heliotrope

📋 copy color: '#B670FF'

red 182 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #B670FF

Tints of Heliotrope #B670FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.4%

 BLUE value IS 255 (100% from 255) = 46.45%

R = 33.15%
G = 20.4%
B = 46.45%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B670FF (or 0xB670FF) is known color: Heliotrope. HEX triplet: B6, 70 and FF. RGB value is (182,112,255). Sum of RGB (Red+Green+Blue) = 182+112+255=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B670FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B670FF is #498F00. Grayscale: #949494. Windows color (decimal): -4820737 or 16740534. OLE color: 16740534.

HSL color Cylindrical-coordinate representation of color #B670FF: hue angle of 269.37º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B670FF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 112 255 -
CMYK 0.29 0.56 0 0
HSL 269.37º 1% 0.72% -
HSV(B) 269.37º 0.56% 1% -
XYZ 43.14 28.75 97.88 -
YUV 149.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 182 112 255 0.29 0.56 0 0 269.37 1 0.72
Hex B6 70 FF 1D 38 0 0 10D 64 48
Octal 266 160 377 35 70 0 0 415 144 110
Binary 10110110 1110000 11111111 11101 111000 0 0 100001101 1100100 1001000

Color Harmonies of #B670FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670FF

Black with #B670FF

Text Example


Text Example

White with #B670FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670FF; }

 p { color: rgb(182,112,255); }

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

background-color css

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

 a { background-color: rgb(182,112,255); }

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

border-color css

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

 span { border-color: rgb(182,112,255); }

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