Html Css Color HEX #BD33D7 Medium Orchid

📋 copy color: '#BD33D7'

red 189 ◦ green 51 ◦ blue 215

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

Shades of Medium Orchid #BD33D7

Tints of Medium Orchid #BD33D7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.21%

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 41.54%
G = 11.21%
B = 47.25%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD33D7 (or 0xBD33D7) is known color: Medium Orchid. HEX triplet: BD, 33 and D7. RGB value is (189,51,215). Sum of RGB (Red+Green+Blue) = 189+51+215=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD33D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33D7 is #42CC28. Grayscale: #6E6E6E. Windows color (decimal): -4377641 or 14103485. OLE color: 14103485.

HSL color Cylindrical-coordinate representation of color #BD33D7: hue angle of 290.49º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD33D7 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 51 215 -
CMYK 0.12 0.76 0 0.16
HSL 290.49º 0.67% 0.52% -
HSV(B) 290.49º 0.76% 0.84% -
XYZ 34.44 18.09 65.97 -
YUV 110.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 189 51 215 0.12 0.76 0 0.16 290.49 0.67 0.52
Hex BD 33 D7 C 4C 0 10 122 43 34
Octal 275 63 327 14 114 0 20 442 103 64
Binary 10111101 110011 11010111 1100 1001100 0 10000 100100010 1000011 110100

Color Harmonies of #BD33D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33D7

Black with #BD33D7

Text Example


Text Example

White with #BD33D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33D7; }

 p { color: rgb(189,51,215); }

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

background-color css

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

 a { background-color: rgb(189,51,215); }

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

border-color css

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

 span { border-color: rgb(189,51,215); }

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