Html Css Color HEX #B265B3 Fuchsia

📋 copy color: '#B265B3'

red 178 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #B265B3

Tints of Fuchsia #B265B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 38.86%
G = 22.05%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B265B3 (or 0xB265B3) is known color: Fuchsia. HEX triplet: B2, 65 and B3. RGB value is (178,101,179). Sum of RGB (Red+Green+Blue) = 178+101+179=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #B265B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B265B3 is #4D9A4C. Grayscale: #848484. Windows color (decimal): -5085773 or 11756978. OLE color: 11756978.

HSL color Cylindrical-coordinate representation of color #B265B3: hue angle of 299.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B265B3 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 179 -
CMYK 0.01 0.44 0 0.30
HSL 299.23º 0.34% 0.55% -
HSV(B) 299.23º 0.44% 0.7% -
XYZ 31.15 22.03 45.26 -
YUV 132.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 178 101 179 0.01 0.44 0 0.30 299.23 0.34 0.55
Hex B2 65 B3 1 2C 0 1E 12B 22 37
Octal 262 145 263 1 54 0 36 453 42 67
Binary 10110010 1100101 10110011 1 101100 0 11110 100101011 100010 110111

Color Harmonies of #B265B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265B3

Black with #B265B3

Text Example


Text Example

White with #B265B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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