Html Css Color HEX #BD52DA Medium Orchid

📋 copy color: '#BD52DA'

red 189 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #BD52DA

Tints of Medium Orchid #BD52DA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.77%

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

R = 38.65%
G = 16.77%
B = 44.58%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD52DA (or 0xBD52DA) is known color: Medium Orchid. HEX triplet: BD, 52 and DA. RGB value is (189,82,218). Sum of RGB (Red+Green+Blue) = 189+82+218=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52DA is #42AD25. Grayscale: #818181. Windows color (decimal): -4369702 or 14308029. OLE color: 14308029.

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

Color convert

RGB 189 82 218 -
CMYK 0.13 0.62 0 0.15
HSL 287.21º 0.65% 0.59% -
HSV(B) 287.21º 0.62% 0.85% -
XYZ 36.66 21.92 68.63 -
YUV 129.5 177.95 170.44 -
System Red Green Blue C M Y K H S L
Decimal 189 82 218 0.13 0.62 0 0.15 287.21 0.65 0.59
Hex BD 52 DA D 3E 0 F 11F 41 3B
Octal 275 122 332 15 76 0 17 437 101 73
Binary 10111101 1010010 11011010 1101 111110 0 1111 100011111 1000001 111011

Color Harmonies of #BD52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD52DA

Black with #BD52DA

Text Example


Text Example

White with #BD52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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