Html Css Color HEX #BD31CF Medium Orchid

📋 copy color: '#BD31CF'

red 189 ◦ green 49 ◦ blue 207

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

Shades of Medium Orchid #BD31CF

Tints of Medium Orchid #BD31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.01%

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 42.47%
G = 11.01%
B = 46.52%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD31CF (or 0xBD31CF) is known color: Medium Orchid. HEX triplet: BD, 31 and CF. RGB value is (189,49,207). Sum of RGB (Red+Green+Blue) = 189+49+207=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31CF is #42CE30. Grayscale: #6C6C6C. Windows color (decimal): -4378161 or 13578685. OLE color: 13578685.

HSL color Cylindrical-coordinate representation of color #BD31CF: hue angle of 293.16º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD31CF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 49 207 -
CMYK 0.09 0.76 0 0.19
HSL 293.16º 0.62% 0.5% -
HSV(B) 293.16º 0.76% 0.81% -
XYZ 33.35 17.52 60.66 -
YUV 108.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 189 49 207 0.09 0.76 0 0.19 293.16 0.62 0.5
Hex BD 31 CF 9 4C 0 13 125 3E 32
Octal 275 61 317 11 114 0 23 445 76 62
Binary 10111101 110001 11001111 1001 1001100 0 10011 100100101 111110 110010

Color Harmonies of #BD31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31CF

Black with #BD31CF

Text Example


Text Example

White with #BD31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31CF; }

 p { color: rgb(189,49,207); }

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

background-color css

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

 a { background-color: rgb(189,49,207); }

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

border-color css

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

 span { border-color: rgb(189,49,207); }

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