Html Css Color HEX #B23BBD Fuchsia

📋 copy color: '#B23BBD'

red 178 ◦ green 59 ◦ blue 189

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

Shades of Fuchsia #B23BBD

Tints of Fuchsia #B23BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 41.78%
G = 13.85%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B23BBD (or 0xB23BBD) is known color: Fuchsia. HEX triplet: B2, 3B and BD. RGB value is (178,59,189). Sum of RGB (Red+Green+Blue) = 178+59+189=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #B23BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BBD is #4DC442. Grayscale: #6D6D6D. Windows color (decimal): -5096515 or 12401586. OLE color: 12401586.

HSL color Cylindrical-coordinate representation of color #B23BBD: hue angle of 294.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23BBD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 59 189 -
CMYK 0.06 0.69 0 0.26
HSL 294.92º 0.52% 0.49% -
HSV(B) 294.92º 0.69% 0.74% -
XYZ 29.11 16.27 49.75 -
YUV 109.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 178 59 189 0.06 0.69 0 0.26 294.92 0.52 0.49
Hex B2 3B BD 6 45 0 1A 127 34 31
Octal 262 73 275 6 105 0 32 447 64 61
Binary 10110010 111011 10111101 110 1000101 0 11010 100100111 110100 110001

Color Harmonies of #B23BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BBD

Black with #B23BBD

Text Example


Text Example

White with #B23BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BBD; }

 p { color: rgb(178,59,189); }

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

background-color css

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

 a { background-color: rgb(178,59,189); }

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

border-color css

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

 span { border-color: rgb(178,59,189); }

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