Html Css Color HEX #B265BA Fuchsia

📋 copy color: '#B265BA'

red 178 ◦ green 101 ◦ blue 186

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

Shades of Fuchsia #B265BA

Tints of Fuchsia #B265BA

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 38.28%
G = 21.72%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B265BA (or 0xB265BA) is known color: Fuchsia. HEX triplet: B2, 65 and BA. RGB value is (178,101,186). Sum of RGB (Red+Green+Blue) = 178+101+186=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B265BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265BA is #4D9A45. Grayscale: #858585. Windows color (decimal): -5085766 or 12215730. OLE color: 12215730.

HSL color Cylindrical-coordinate representation of color #B265BA: hue angle of 294.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B265BA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 101 186 -
CMYK 0.04 0.46 0 0.27
HSL 294.35º 0.38% 0.56% -
HSV(B) 294.35º 0.46% 0.73% -
XYZ 31.88 22.32 49.08 -
YUV 133.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 178 101 186 0.04 0.46 0 0.27 294.35 0.38 0.56
Hex B2 65 BA 4 2E 0 1B 126 26 38
Octal 262 145 272 4 56 0 33 446 46 70
Binary 10110010 1100101 10111010 100 101110 0 11011 100100110 100110 111000

Color Harmonies of #B265BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265BA

Black with #B265BA

Text Example


Text Example

White with #B265BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265BA; }

 p { color: rgb(178,101,186); }

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

background-color css

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

 a { background-color: rgb(178,101,186); }

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

border-color css

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

 span { border-color: rgb(178,101,186); }

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