Html Css Color HEX #BD31CC Medium Orchid

📋 copy color: '#BD31CC'

red 189 ◦ green 49 ◦ blue 204

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

Shades of Medium Orchid #BD31CC

Tints of Medium Orchid #BD31CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 42.76%
G = 11.09%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD31CC (or 0xBD31CC) is known color: Medium Orchid. HEX triplet: BD, 31 and CC. RGB value is (189,49,204). Sum of RGB (Red+Green+Blue) = 189+49+204=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31CC is #42CE33. Grayscale: #6C6C6C. Windows color (decimal): -4378164 or 13382077. OLE color: 13382077.

HSL color Cylindrical-coordinate representation of color #BD31CC: hue angle of 294.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD31CC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 49 204 -
CMYK 0.07 0.76 0 0.2
HSL 294.19º 0.61% 0.5% -
HSV(B) 294.19º 0.76% 0.8% -
XYZ 32.98 17.38 58.74 -
YUV 108.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 189 49 204 0.07 0.76 0 0.2 294.19 0.61 0.5
Hex BD 31 CC 7 4C 0 14 126 3D 32
Octal 275 61 314 7 114 0 24 446 75 62
Binary 10111101 110001 11001100 111 1001100 0 10100 100100110 111101 110010

Color Harmonies of #BD31CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31CC

Black with #BD31CC

Text Example


Text Example

White with #BD31CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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