Html Css Color HEX #BD30CA Fuchsia

📋 copy color: '#BD30CA'

red 189 ◦ green 48 ◦ blue 202

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

Shades of Fuchsia #BD30CA

Tints of Fuchsia #BD30CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.93%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 43.05%
G = 10.93%
B = 46.01%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD30CA (or 0xBD30CA) is known color: Fuchsia. HEX triplet: BD, 30 and CA. RGB value is (189,48,202). Sum of RGB (Red+Green+Blue) = 189+48+202=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30CA is #42CF35. Grayscale: #6B6B6B. Windows color (decimal): -4378422 or 13250749. OLE color: 13250749.

HSL color Cylindrical-coordinate representation of color #BD30CA: hue angle of 294.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD30CA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 48 202 -
CMYK 0.06 0.76 0 0.21
HSL 294.94º 0.62% 0.49% -
HSV(B) 294.94º 0.76% 0.79% -
XYZ 32.7 17.2 57.47 -
YUV 107.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 189 48 202 0.06 0.76 0 0.21 294.94 0.62 0.49
Hex BD 30 CA 6 4C 0 15 127 3E 31
Octal 275 60 312 6 114 0 25 447 76 61
Binary 10111101 110000 11001010 110 1001100 0 10101 100100111 111110 110001

Color Harmonies of #BD30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD30CA

Black with #BD30CA

Text Example


Text Example

White with #BD30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD30CA; }

 p { color: rgb(189,48,202); }

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

background-color css

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

 a { background-color: rgb(189,48,202); }

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

border-color css

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

 span { border-color: rgb(189,48,202); }

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