Html Css Color HEX #BD3CFD Medium Orchid

📋 copy color: '#BD3CFD'

red 189 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #BD3CFD

Tints of Medium Orchid #BD3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 37.65%
G = 11.95%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD3CFD (or 0xBD3CFD) is known color: Medium Orchid. HEX triplet: BD, 3C and FD. RGB value is (189,60,253). Sum of RGB (Red+Green+Blue) = 189+60+253=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CFD is #42C302. Grayscale: #777777. Windows color (decimal): -4375299 or 16596157. OLE color: 16596157.

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

Color convert

RGB 189 60 253 -
CMYK 0.25 0.76 0 0.01
HSL 280.1º 0.98% 0.61% -
HSV(B) 280.1º 0.76% 0.99% -
XYZ 40.33 21.14 94.88 -
YUV 120.57 202.74 176.81 -
System Red Green Blue C M Y K H S L
Decimal 189 60 253 0.25 0.76 0 0.01 280.1 0.98 0.61
Hex BD 3C FD 19 4C 0 1 118 62 3D
Octal 275 74 375 31 114 0 1 430 142 75
Binary 10111101 111100 11111101 11001 1001100 0 1 100011000 1100010 111101

Color Harmonies of #BD3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3CFD

Black with #BD3CFD

Text Example


Text Example

White with #BD3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3CFD; }

 p { color: rgb(189,60,253); }

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

background-color css

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

 a { background-color: rgb(189,60,253); }

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

border-color css

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

 span { border-color: rgb(189,60,253); }

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