Html Css Color HEX #B23DBB Fuchsia

📋 copy color: '#B23DBB'

red 178 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #B23DBB

Tints of Fuchsia #B23DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 41.78%
G = 14.32%
B = 43.9%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23DBB (or 0xB23DBB) is known color: Fuchsia. HEX triplet: B2, 3D and BB. RGB value is (178,61,187). Sum of RGB (Red+Green+Blue) = 178+61+187=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #B23DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DBB is #4DC244. Grayscale: #6D6D6D. Windows color (decimal): -5096005 or 12271026. OLE color: 12271026.

HSL color Cylindrical-coordinate representation of color #B23DBB: hue angle of 295.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23DBB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 61 187 -
CMYK 0.05 0.67 0 0.27
HSL 295.71º 0.51% 0.49% -
HSV(B) 295.71º 0.67% 0.73% -
XYZ 29 16.39 48.65 -
YUV 110.35 171.26 176.25 -
System Red Green Blue C M Y K H S L
Decimal 178 61 187 0.05 0.67 0 0.27 295.71 0.51 0.49
Hex B2 3D BB 5 43 0 1B 128 33 31
Octal 262 75 273 5 103 0 33 450 63 61
Binary 10110010 111101 10111011 101 1000011 0 11011 100101000 110011 110001

Color Harmonies of #B23DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DBB

Black with #B23DBB

Text Example


Text Example

White with #B23DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DBB; }

 p { color: rgb(178,61,187); }

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

background-color css

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

 a { background-color: rgb(178,61,187); }

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

border-color css

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

 span { border-color: rgb(178,61,187); }

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