Html Css Color HEX #B23CC0 Fuchsia

📋 copy color: '#B23CC0'

red 178 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B23CC0

Tints of Fuchsia #B23CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 41.4%
G = 13.95%
B = 44.65%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B23CC0 (or 0xB23CC0) is known color: Fuchsia. HEX triplet: B2, 3C and C0. RGB value is (178,60,192). Sum of RGB (Red+Green+Blue) = 178+60+192=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #B23CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CC0 is #4DC33F. Grayscale: #6D6D6D. Windows color (decimal): -5096256 or 12598450. OLE color: 12598450.

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

Color convert

RGB 178 60 192 -
CMYK 0.07 0.69 0 0.25
HSL 293.64º 0.52% 0.49% -
HSV(B) 293.64º 0.69% 0.75% -
XYZ 29.49 16.5 51.5 -
YUV 110.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 178 60 192 0.07 0.69 0 0.25 293.64 0.52 0.49
Hex B2 3C C0 7 45 0 19 126 34 31
Octal 262 74 300 7 105 0 31 446 64 61
Binary 10110010 111100 11000000 111 1000101 0 11001 100100110 110100 110001

Color Harmonies of #B23CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CC0

Black with #B23CC0

Text Example


Text Example

White with #B23CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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