Html Css Color HEX #B74BBA Fuchsia

📋 copy color: '#B74BBA'

red 183 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B74BBA

Tints of Fuchsia #B74BBA

RGB

 RED value IS 183 (71.88% from 255) = 41.22%

 GREEN value IS 75 (29.69% from 255) = 16.89%

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

R = 41.22%
G = 16.89%
B = 41.89%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B74BBA (or 0xB74BBA) is known color: Fuchsia. HEX triplet: B7, 4B and BA. RGB value is (183,75,186). Sum of RGB (Red+Green+Blue) = 183+75+186=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B74BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BBA is #48B445. Grayscale: #777777. Windows color (decimal): -4764742 or 12209079. OLE color: 12209079.

HSL color Cylindrical-coordinate representation of color #B74BBA: hue angle of 298.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74BBA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 75 186 -
CMYK 0.02 0.60 0 0.27
HSL 298.38º 0.45% 0.51% -
HSV(B) 298.38º 0.6% 0.73% -
XYZ 30.91 18.64 48.42 -
YUV 119.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 183 75 186 0.02 0.60 0 0.27 298.38 0.45 0.51
Hex B7 4B BA 2 3C 0 1B 12A 2D 33
Octal 267 113 272 2 74 0 33 452 55 63
Binary 10110111 1001011 10111010 10 111100 0 11011 100101010 101101 110011

Color Harmonies of #B74BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BBA

Black with #B74BBA

Text Example


Text Example

White with #B74BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BBA; }

 p { color: rgb(183,75,186); }

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

background-color css

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

 a { background-color: rgb(183,75,186); }

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

border-color css

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

 span { border-color: rgb(183,75,186); }

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