Html Css Color HEX #BD5FD8 Medium Orchid

📋 copy color: '#BD5FD8'

red 189 ◦ green 95 ◦ blue 216

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

Shades of Medium Orchid #BD5FD8

Tints of Medium Orchid #BD5FD8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19%

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 37.8%
G = 19%
B = 43.2%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD5FD8 (or 0xBD5FD8) is known color: Medium Orchid. HEX triplet: BD, 5F and D8. RGB value is (189,95,216). Sum of RGB (Red+Green+Blue) = 189+95+216=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD5FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FD8 is #42A027. Grayscale: #888888. Windows color (decimal): -4366376 or 14180285. OLE color: 14180285.

HSL color Cylindrical-coordinate representation of color #BD5FD8: hue angle of 286.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5FD8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 95 216 -
CMYK 0.12 0.56 0 0.15
HSL 286.61º 0.61% 0.61% -
HSV(B) 286.61º 0.56% 0.85% -
XYZ 37.47 23.96 67.62 -
YUV 136.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 189 95 216 0.12 0.56 0 0.15 286.61 0.61 0.61
Hex BD 5F D8 C 38 0 F 11F 3D 3D
Octal 275 137 330 14 70 0 17 437 75 75
Binary 10111101 1011111 11011000 1100 111000 0 1111 100011111 111101 111101

Color Harmonies of #BD5FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FD8

Black with #BD5FD8

Text Example


Text Example

White with #BD5FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FD8; }

 p { color: rgb(189,95,216); }

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

background-color css

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

 a { background-color: rgb(189,95,216); }

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

border-color css

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

 span { border-color: rgb(189,95,216); }

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