Html Css Color HEX #BD65BB Fuchsia

📋 copy color: '#BD65BB'

red 189 ◦ green 101 ◦ blue 187

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

Shades of Fuchsia #BD65BB

Tints of Fuchsia #BD65BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.17%

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

R = 39.62%
G = 21.17%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD65BB (or 0xBD65BB) is known color: Fuchsia. HEX triplet: BD, 65 and BB. RGB value is (189,101,187). Sum of RGB (Red+Green+Blue) = 189+101+187=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65BB is #429A44. Grayscale: #888888. Windows color (decimal): -4364869 or 12281277. OLE color: 12281277.

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

Color convert

RGB 189 101 187 -
CMYK 0 0.47 0.01 0.26
HSL 301.36º 0.4% 0.57% -
HSV(B) 301.36º 0.47% 0.74% -
XYZ 34.61 23.71 49.77 -
YUV 137.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 189 101 187 0 0.47 0.01 0.26 301.36 0.4 0.57
Hex BD 65 BB 0 2F 1 1A 12D 28 39
Octal 275 145 273 0 57 1 32 455 50 71
Binary 10111101 1100101 10111011 0 101111 1 11010 100101101 101000 111001

Color Harmonies of #BD65BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65BB

Black with #BD65BB

Text Example


Text Example

White with #BD65BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65BB; }

 p { color: rgb(189,101,187); }

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

background-color css

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

 a { background-color: rgb(189,101,187); }

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

border-color css

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

 span { border-color: rgb(189,101,187); }

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