Html Css Color HEX #BD3BFF Medium Orchid

📋 copy color: '#BD3BFF'

red 189 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #BD3BFF

Tints of Medium Orchid #BD3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.73%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 37.57%
G = 11.73%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD3BFF (or 0xBD3BFF) is known color: Medium Orchid. HEX triplet: BD, 3B and FF. RGB value is (189,59,255). Sum of RGB (Red+Green+Blue) = 189+59+255=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3BFF is #42C400. Grayscale: #777777. Windows color (decimal): -4375553 or 16726973. OLE color: 16726973.

HSL color Cylindrical-coordinate representation of color #BD3BFF: hue angle of 279.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3BFF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 59 255 -
CMYK 0.26 0.77 0 0
HSL 279.8º 1% 0.62% -
HSV(B) 279.8º 0.77% 1% -
XYZ 40.6 21.17 96.55 -
YUV 120.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 189 59 255 0.26 0.77 0 0 279.8 1 0.62
Hex BD 3B FF 1A 4D 0 0 118 64 3E
Octal 275 73 377 32 115 0 0 430 144 76
Binary 10111101 111011 11111111 11010 1001101 0 0 100011000 1100100 111110

Color Harmonies of #BD3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BFF

Black with #BD3BFF

Text Example


Text Example

White with #BD3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BFF; }

 p { color: rgb(189,59,255); }

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

background-color css

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

 a { background-color: rgb(189,59,255); }

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

border-color css

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

 span { border-color: rgb(189,59,255); }

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