Html Css Color HEX #BD4BBE Fuchsia

📋 copy color: '#BD4BBE'

red 189 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #BD4BBE

Tints of Fuchsia #BD4BBE

RGB

 RED value IS 189 (74.22% from 255) = 41.63%

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 41.63%
G = 16.52%
B = 41.85%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD4BBE (or 0xBD4BBE) is known color: Fuchsia. HEX triplet: BD, 4B and BE. RGB value is (189,75,190). Sum of RGB (Red+Green+Blue) = 189+75+190=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BBE is #42B441. Grayscale: #797979. Windows color (decimal): -4371522 or 12471229. OLE color: 12471229.

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

Color convert

RGB 189 75 190 -
CMYK 0.01 0.61 0 0.25
HSL 299.48º 0.47% 0.52% -
HSV(B) 299.48º 0.61% 0.75% -
XYZ 32.8 19.57 50.76 -
YUV 122.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 189 75 190 0.01 0.61 0 0.25 299.48 0.47 0.52
Hex BD 4B BE 1 3D 0 19 12B 2F 34
Octal 275 113 276 1 75 0 31 453 57 64
Binary 10111101 1001011 10111110 1 111101 0 11001 100101011 101111 110100

Color Harmonies of #BD4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BBE

Black with #BD4BBE

Text Example


Text Example

White with #BD4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BBE; }

 p { color: rgb(189,75,190); }

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

background-color css

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

 a { background-color: rgb(189,75,190); }

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

border-color css

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

 span { border-color: rgb(189,75,190); }

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