Html Css Color HEX #BD33DA Medium Orchid

📋 copy color: '#BD33DA'

red 189 ◦ green 51 ◦ blue 218

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

Shades of Medium Orchid #BD33DA

Tints of Medium Orchid #BD33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 41.27%
G = 11.14%
B = 47.6%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD33DA (or 0xBD33DA) is known color: Medium Orchid. HEX triplet: BD, 33 and DA. RGB value is (189,51,218). Sum of RGB (Red+Green+Blue) = 189+51+218=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DA is #42CC25. Grayscale: #6E6E6E. Windows color (decimal): -4377638 or 14300093. OLE color: 14300093.

HSL color Cylindrical-coordinate representation of color #BD33DA: hue angle of 289.58º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD33DA is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 51 218 -
CMYK 0.13 0.77 0 0.15
HSL 289.58º 0.69% 0.53% -
HSV(B) 289.58º 0.77% 0.85% -
XYZ 34.82 18.25 68.02 -
YUV 111.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 189 51 218 0.13 0.77 0 0.15 289.58 0.69 0.53
Hex BD 33 DA D 4D 0 F 122 45 35
Octal 275 63 332 15 115 0 17 442 105 65
Binary 10111101 110011 11011010 1101 1001101 0 1111 100100010 1000101 110101

Color Harmonies of #BD33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33DA

Black with #BD33DA

Text Example


Text Example

White with #BD33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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