Html Css Color HEX #BD67B0 Fuchsia

📋 copy color: '#BD67B0'

red 189 ◦ green 103 ◦ blue 176

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

Shades of Fuchsia #BD67B0

Tints of Fuchsia #BD67B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 40.38%
G = 22.01%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD67B0 (or 0xBD67B0) is known color: Fuchsia. HEX triplet: BD, 67 and B0. RGB value is (189,103,176). Sum of RGB (Red+Green+Blue) = 189+103+176=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67B0 is #42984F. Grayscale: #888888. Windows color (decimal): -4364368 or 11560893. OLE color: 11560893.

HSL color Cylindrical-coordinate representation of color #BD67B0: hue angle of 309.07º 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 #BD67B0 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 176 -
CMYK 0 0.46 0.07 0.26
HSL 309.07º 0.39% 0.57% -
HSV(B) 309.07º 0.46% 0.74% -
XYZ 33.67 23.65 43.87 -
YUV 137.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 189 103 176 0 0.46 0.07 0.26 309.07 0.39 0.57
Hex BD 67 B0 0 2E 7 1A 135 27 39
Octal 275 147 260 0 56 7 32 465 47 71
Binary 10111101 1100111 10110000 0 101110 111 11010 100110101 100111 111001

Color Harmonies of #BD67B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67B0

Black with #BD67B0

Text Example


Text Example

White with #BD67B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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