Html Css Color HEX #BD67B2 Fuchsia

📋 copy color: '#BD67B2'

red 189 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #BD67B2

Tints of Fuchsia #BD67B2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.91%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 40.21%
G = 21.91%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD67B2 (or 0xBD67B2) is known color: Fuchsia. HEX triplet: BD, 67 and B2. RGB value is (189,103,178). Sum of RGB (Red+Green+Blue) = 189+103+178=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67B2 is #42984D. Grayscale: #898989. Windows color (decimal): -4364366 or 11691965. OLE color: 11691965.

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

Color convert

RGB 189 103 178 -
CMYK 0 0.46 0.06 0.26
HSL 307.67º 0.39% 0.57% -
HSV(B) 307.67º 0.46% 0.74% -
XYZ 33.87 23.73 44.92 -
YUV 137.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 189 103 178 0 0.46 0.06 0.26 307.67 0.39 0.57
Hex BD 67 B2 0 2E 6 1A 134 27 39
Octal 275 147 262 0 56 6 32 464 47 71
Binary 10111101 1100111 10110010 0 101110 110 11010 100110100 100111 111001

Color Harmonies of #BD67B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67B2

Black with #BD67B2

Text Example


Text Example

White with #BD67B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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