Html Css Color HEX #BD5FDA Medium Orchid

📋 copy color: '#BD5FDA'

red 189 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #BD5FDA

Tints of Medium Orchid #BD5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 37.65%
G = 18.92%
B = 43.43%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD5FDA (or 0xBD5FDA) is known color: Medium Orchid. HEX triplet: BD, 5F and DA. RGB value is (189,95,218). Sum of RGB (Red+Green+Blue) = 189+95+218=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FDA is #42A025. Grayscale: #888888. Windows color (decimal): -4366374 or 14311357. OLE color: 14311357.

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

Color convert

RGB 189 95 218 -
CMYK 0.13 0.56 0 0.15
HSL 285.85º 0.62% 0.61% -
HSV(B) 285.85º 0.56% 0.85% -
XYZ 37.73 24.07 68.99 -
YUV 137.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 189 95 218 0.13 0.56 0 0.15 285.85 0.62 0.61
Hex BD 5F DA D 38 0 F 11E 3E 3D
Octal 275 137 332 15 70 0 17 436 76 75
Binary 10111101 1011111 11011010 1101 111000 0 1111 100011110 111110 111101

Color Harmonies of #BD5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FDA

Black with #BD5FDA

Text Example


Text Example

White with #BD5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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