Html Css Color HEX #BD3DFA Medium Orchid

📋 copy color: '#BD3DFA'

red 189 ◦ green 61 ◦ blue 250

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

Shades of Medium Orchid #BD3DFA

Tints of Medium Orchid #BD3DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 37.8%
G = 12.2%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD3DFA (or 0xBD3DFA) is known color: Medium Orchid. HEX triplet: BD, 3D and FA. RGB value is (189,61,250). Sum of RGB (Red+Green+Blue) = 189+61+250=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD3DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DFA is #42C205. Grayscale: #787878. Windows color (decimal): -4375046 or 16399805. OLE color: 16399805.

HSL color Cylindrical-coordinate representation of color #BD3DFA: hue angle of 280.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3DFA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 61 250 -
CMYK 0.24 0.76 0 0.02
HSL 280.63º 0.95% 0.61% -
HSV(B) 280.63º 0.76% 0.98% -
XYZ 39.91 21.06 92.4 -
YUV 120.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 189 61 250 0.24 0.76 0 0.02 280.63 0.95 0.61
Hex BD 3D FA 18 4C 0 2 119 5F 3D
Octal 275 75 372 30 114 0 2 431 137 75
Binary 10111101 111101 11111010 11000 1001100 0 10 100011001 1011111 111101

Color Harmonies of #BD3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DFA

Black with #BD3DFA

Text Example


Text Example

White with #BD3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DFA; }

 p { color: rgb(189,61,250); }

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

background-color css

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

 a { background-color: rgb(189,61,250); }

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

border-color css

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

 span { border-color: rgb(189,61,250); }

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