Html Css Color HEX #B665BE Fuchsia

📋 copy color: '#B665BE'

red 182 ◦ green 101 ◦ blue 190

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

Shades of Fuchsia #B665BE

Tints of Fuchsia #B665BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 38.48%
G = 21.35%
B = 40.17%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B665BE (or 0xB665BE) is known color: Fuchsia. HEX triplet: B6, 65 and BE. RGB value is (182,101,190). Sum of RGB (Red+Green+Blue) = 182+101+190=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B665BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665BE is #499A41. Grayscale: #878787. Windows color (decimal): -4823618 or 12477878. OLE color: 12477878.

HSL color Cylindrical-coordinate representation of color #B665BE: hue angle of 294.61º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B665BE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 101 190 -
CMYK 0.04 0.47 0 0.25
HSL 294.61º 0.41% 0.57% -
HSV(B) 294.61º 0.47% 0.75% -
XYZ 33.24 22.97 51.4 -
YUV 135.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 182 101 190 0.04 0.47 0 0.25 294.61 0.41 0.57
Hex B6 65 BE 4 2F 0 19 127 29 39
Octal 266 145 276 4 57 0 31 447 51 71
Binary 10110110 1100101 10111110 100 101111 0 11001 100100111 101001 111001

Color Harmonies of #B665BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665BE

Black with #B665BE

Text Example


Text Example

White with #B665BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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