Html Css Color HEX #BD4BDA Medium Orchid

📋 copy color: '#BD4BDA'

red 189 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #BD4BDA

Tints of Medium Orchid #BD4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

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

R = 39.21%
G = 15.56%
B = 45.23%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD4BDA (or 0xBD4BDA) is known color: Medium Orchid. HEX triplet: BD, 4B and DA. RGB value is (189,75,218). Sum of RGB (Red+Green+Blue) = 189+75+218=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BDA is #42B425. Grayscale: #7C7C7C. Windows color (decimal): -4371494 or 14306237. OLE color: 14306237.

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

Color convert

RGB 189 75 218 -
CMYK 0.13 0.66 0 0.15
HSL 287.83º 0.66% 0.57% -
HSV(B) 287.83º 0.66% 0.85% -
XYZ 36.16 20.91 68.46 -
YUV 125.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 189 75 218 0.13 0.66 0 0.15 287.83 0.66 0.57
Hex BD 4B DA D 42 0 F 120 42 39
Octal 275 113 332 15 102 0 17 440 102 71
Binary 10111101 1001011 11011010 1101 1000010 0 1111 100100000 1000010 111001

Color Harmonies of #BD4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BDA

Black with #BD4BDA

Text Example


Text Example

White with #BD4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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