Html Css Color HEX #B23CBD Fuchsia

📋 copy color: '#B23CBD'

red 178 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #B23CBD

Tints of Fuchsia #B23CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.05%

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

R = 41.69%
G = 14.05%
B = 44.26%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B23CBD (or 0xB23CBD) is known color: Fuchsia. HEX triplet: B2, 3C and BD. RGB value is (178,60,189). Sum of RGB (Red+Green+Blue) = 178+60+189=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #B23CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CBD is #4DC342. Grayscale: #6D6D6D. Windows color (decimal): -5096259 or 12401842. OLE color: 12401842.

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

Color convert

RGB 178 60 189 -
CMYK 0.06 0.68 0 0.26
HSL 294.88º 0.52% 0.49% -
HSV(B) 294.88º 0.68% 0.74% -
XYZ 29.16 16.37 49.77 -
YUV 109.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 178 60 189 0.06 0.68 0 0.26 294.88 0.52 0.49
Hex B2 3C BD 6 44 0 1A 127 34 31
Octal 262 74 275 6 104 0 32 447 64 61
Binary 10110010 111100 10111101 110 1000100 0 11010 100100111 110100 110001

Color Harmonies of #B23CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CBD

Black with #B23CBD

Text Example


Text Example

White with #B23CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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