Html Css Color HEX #B65FC2 Fuchsia

📋 copy color: '#B65FC2'

red 182 ◦ green 95 ◦ blue 194

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

Shades of Fuchsia #B65FC2

Tints of Fuchsia #B65FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 38.64%
G = 20.17%
B = 41.19%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B65FC2 (or 0xB65FC2) is known color: Fuchsia. HEX triplet: B6, 5F and C2. RGB value is (182,95,194). Sum of RGB (Red+Green+Blue) = 182+95+194=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #B65FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FC2 is #49A03D. Grayscale: #838383. Windows color (decimal): -4825150 or 12738486. OLE color: 12738486.

HSL color Cylindrical-coordinate representation of color #B65FC2: hue angle of 292.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65FC2 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 95 194 -
CMYK 0.06 0.51 0 0.24
HSL 292.73º 0.45% 0.57% -
HSV(B) 292.73º 0.51% 0.76% -
XYZ 33.12 22.02 53.54 -
YUV 132.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 182 95 194 0.06 0.51 0 0.24 292.73 0.45 0.57
Hex B6 5F C2 6 33 0 18 125 2D 39
Octal 266 137 302 6 63 0 30 445 55 71
Binary 10110110 1011111 11000010 110 110011 0 11000 100100101 101101 111001

Color Harmonies of #B65FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FC2

Black with #B65FC2

Text Example


Text Example

White with #B65FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FC2; }

 p { color: rgb(182,95,194); }

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

background-color css

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

 a { background-color: rgb(182,95,194); }

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

border-color css

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

 span { border-color: rgb(182,95,194); }

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